| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Several new hooks in X509_Certificate to get raw (from the cert | lloyd | 2012-05-27 | 2 | -9/+39 |
* | No reason to use secure_vector here | lloyd | 2012-05-26 | 2 | -2/+2 |
* | Use std::deque instead of SecureQueue in TLS::Stream_Handshake_Reader | lloyd | 2012-05-26 | 3 | -16/+18 |
* | Plain hex_decode now returns a std::vector, use hex_decode_locked to | lloyd | 2012-05-26 | 5 | -18/+66 |
* | Only build the mlock allocator on Linux, *BSD, or Solaris. | lloyd | 2012-05-26 | 1 | -0/+8 |
* | Some post merge fixups. | lloyd | 2012-05-25 | 12 | -69/+33 |
* | propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2... | lloyd | 2012-05-25 | 541 | -9386/+14284 |
|\ |
|
| * | Two more locking_allocator bugs. In allocate, we did not set | lloyd | 2012-05-25 | 1 | -5/+9 |
| * | Use std::async for parallel CRT in Rabin Williams signature generation. | lloyd | 2012-05-25 | 1 | -6/+7 |
| * | Remove targets clang doesn't actually support | lloyd | 2012-05-25 | 1 | -6/+0 |
| * | Always use -pthread with clang, matching gcc behavior | lloyd | 2012-05-25 | 1 | -5/+3 |
| * | Include <string> in buf_comp.h and filter.h as we used std::string but | lloyd | 2012-05-25 | 3 | -16/+2 |
| * | Resize key arrays in HMAC and SSL3_MAC when the key is set. | lloyd | 2012-05-25 | 5 | -18/+19 |
| * | Fix alignment again and add assert checks so we don't mess up again. | lloyd | 2012-05-25 | 1 | -4/+30 |
| * | For block and stream ciphers, don't set the size of the key vectors | lloyd | 2012-05-25 | 58 | -193/+205 |
| * | Instead of a map of start->length for recording the free list use a | lloyd | 2012-05-24 | 2 | -33/+44 |
| * | Properly align return values of mlock_allocator. Be more careful about | lloyd | 2012-05-22 | 6 | -108/+35 |
| * | Remove a debug call in secmem.h. | lloyd | 2012-05-22 | 4 | -4/+220 |
| * | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 63 | -176/+179 |
| * | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 379 | -2834/+2047 |
| * | propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9... | lloyd | 2012-05-18 | 12 | -99/+793 |
| |\ |
|
| | * | NR_Verification_Operation::verify_mr would return false if the input | lloyd | 2012-05-18 | 2 | -2/+5 |
| | * | Pipe::reset's requirement that a message be completed meant that | lloyd | 2012-05-18 | 1 | -2/+0 |
| | * | We were checking the wrong bit for rdrand support. Found using SDE's | lloyd | 2012-05-10 | 1 | -1/+1 |
| | * | Markus Wanner pointed out on the mailing list that using rdrand opcode | lloyd | 2012-05-07 | 1 | -3/+8 |
| | * | Padding wasn't set for DSA keys. Irrelevant for cert verify as that | lloyd | 2012-05-02 | 2 | -3/+3 |