| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | inverse_mod - avoid mutable zero_bits, avoid making needless copies of | lloyd | 2012-06-17 | 1 | -11/+12 |
* | Put an upper bound on the blinding value to 160 bits. This seems to be | lloyd | 2012-06-17 | 4 | -4/+4 |
* | m_ namespace member vars | lloyd | 2012-06-15 | 2 | -44/+42 |
* | Index, comments, name vars in headers | lloyd | 2012-06-15 | 3 | -5/+15 |
* | Computing the Montgomery parameter can be done much cheaper because we | lloyd | 2012-06-15 | 1 | -3/+4 |
* | Fix X509_Certificate::operator<. It was comparing by calling to_string | lloyd | 2012-06-14 | 2 | -6/+28 |
* | Profiling with valgrind shows that the 2**16 iteration for finding | lloyd | 2012-06-14 | 5 | -116/+139 |
* | Add support (decoding only) for the CRL Distribution Point extension. | lloyd | 2012-06-13 | 8 | -32/+156 |
* | Truncate passwords to 55 characters instead of throwing an exception. | lloyd | 2012-06-13 | 1 | -2/+2 |
* | We would fail in the case where we connected to a server that did not | lloyd | 2012-06-13 | 1 | -1/+1 |
* | Fix westmere GCC builds | lloyd | 2012-06-13 | 1 | -1/+1 |
* | Allow x86-32 asm with clang. Compiles fine, though I cannot test as I | lloyd | 2012-06-12 | 1 | -0/+1 |
* | Update what() signature on exception types | lloyd | 2012-06-12 | 3 | -3/+3 |
* | Fixes for the change to using std::vector in x86-32 specific code | lloyd | 2012-06-12 | 4 | -7/+11 |
* | Compile fix | lloyd | 2012-06-11 | 1 | -1/+1 |
* | Avoid integer overflows in calls to the mlock allocator, changing the | lloyd | 2012-06-11 | 3 | -20/+44 |
* | Generate new session IDs in the same format as hello randoms, with the | lloyd | 2012-06-10 | 2 | -3/+3 |
* | Add Handshake_Type codes for RFC 6066 handshake types. | lloyd | 2012-06-10 | 2 | -19/+27 |
* | A fix for bug 191, that we were not preventing resumption of sessions in the | lloyd | 2012-06-09 | 6 | -63/+85 |
* | Avoid a spurious unrecognized_name alert when a server is running in | lloyd | 2012-06-09 | 1 | -1/+10 |
* | m_ namespace Channel, Client, and Server. | lloyd | 2012-06-09 | 6 | -378/+378 |
* | Use initialize lists here, much cleaner | lloyd | 2012-06-09 | 1 | -53/+44 |
* | A fix for bug 192. First, when renegotiating in the client, attempt to | lloyd | 2012-06-09 | 11 | -72/+99 |
* | Make a proper wrapper in util for SQLite3, update the TLS session | lloyd | 2012-06-08 | 6 | -167/+253 |
* | Move to -O3 with Clang. s/c++0x/c++11/ | lloyd | 2012-06-08 | 1 | -2/+2 |
* | Invert the policy setting as I think it makes it more obvious that | lloyd | 2012-06-08 | 3 | -7/+7 |
* | Update cms, cvc, zlib, bzip2, openssl, and gnump modules for the new | lloyd | 2012-06-07 | 29 | -178/+199 |
* | Report what we have already received on an unexpected state | lloyd | 2012-06-07 | 3 | -9/+11 |
* | Cleanup, m_ namespace Secure_Renegotiation_State | lloyd | 2012-06-07 | 3 | -26/+28 |
* | Clients sending a SSLv2 hello would cause an internal failure because | lloyd | 2012-06-07 | 2 | -2/+25 |
* | Fix for DHE, strip_leading_zeros always took off the last byte | lloyd | 2012-06-06 | 1 | -1/+1 |
* | Modify DL_Group::PEM_decode and BER_decode to take values instead of | lloyd | 2012-06-05 | 6 | -21/+19 |
* | Add assert_done checks here to help avoid interesting substitution | lloyd | 2012-06-05 | 2 | -0/+4 |
* | Always print the include dir as we are never in the default path | lloyd | 2012-06-05 | 1 | -4/+1 |
* | Wrong OID name | lloyd | 2012-06-01 | 1 | -1/+1 |
* | Missing source file from d8021f3e5aa8812a2843d6afd27bbe56d04af734 | lloyd | 2012-06-01 | 1 | -0/+44 |
* | Drop some deprecated functions | lloyd | 2012-06-01 | 7 | -224/+0 |
* | Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The only | lloyd | 2012-05-31 | 8 | -61/+45 |
* | Add new PBKDF interface that takes a std::chrono::milliseconds and | lloyd | 2012-05-31 | 18 | -424/+373 |
* | Target GCC 4.7.0 by default | lloyd | 2012-05-30 | 1 | -2/+2 |
* | Use libc++ with Clang by default as libstdc++ and Clang don't play | lloyd | 2012-05-30 | 1 | -1/+1 |
* | Call clear_mem instead of memset directly | lloyd | 2012-05-30 | 2 | -6/+7 |
* | Support for the authority information access extension, limited to | lloyd | 2012-05-27 | 5 | -1/+86 |
* | Add an X509_Certificate::allowed_usage for extended constraints. | lloyd | 2012-05-27 | 5 | -51/+64 |
* | Signature verification on OCSP responses. Still needs a bit of API | lloyd | 2012-05-27 | 4 | -18/+89 |
* | Derive X509_Object from ASN1_Object. | lloyd | 2012-05-27 | 7 | -30/+52 |
* | Initial ability to check the results. | lloyd | 2012-05-27 | 3 | -26/+34 |
* | Very preliminary and fairly nasty OCSP support. Client side only. Can | lloyd | 2012-05-27 | 5 | -0/+408 |
* | Have BER_Deocder::decode_list actually start the SEQUENCE. All callers | lloyd | 2012-05-27 | 3 | -12/+22 |
* | Remove the PRIVATE ASN.1 tag. Not being used outside of the pretty | lloyd | 2012-05-27 | 4 | -5/+6 |