| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | graduate bn_expand() to a real function. the openssl version of this |  deraadt | 2016-03-04 | 2 | -4/+16 |
| * | Revert bn_expand until there's consensus on a fix. |  doug | 2016-03-04 | 1 | -14/+3 |
| * | fix the rest of the read_ledword() calls used as lengths to be bounded. |  beck | 2016-03-02 | 1 | -1/+5 |
| * | Add bounds checking for BN_hex2bn/BN_dec2bn. |  doug | 2016-03-02 | 2 | -10/+26 |
| * | bound lengths coming out of a pem file to something like reality |  beck | 2016-03-02 | 1 | -3/+7 |
| * | Remove support for ancient, broken DSA implementations. |  doug | 2016-03-01 | 1 | -60/+20 |
| * | remove NULL checks for pqueue_free() |  mmcc | 2016-02-29 | 1 | -11/+6 |
| * | Therefor -> Therefore (where appropriate) |  tb | 2016-01-29 | 2 | -2/+2 |
| * | deprecate SSL_OP_SINGLE_DH_USE |  beck | 2016-01-27 | 2 | -37/+6 |
| * | Document that the ssl free() functions are NULL safe. OK mmcc@ |  millert | 2015-12-30 | 3 | -6/+21 |
| * | More adress -> address |  mmcc | 2015-12-24 | 2 | -2/+2 |
| * | remove NULL-checks before free() |  mmcc | 2015-12-23 | 3 | -19/+11 |
| * | assign pointer NULL rather than 0 |  mmcc | 2015-12-23 | 1 | -2/+2 |
| * | assign pointer to NULL rather than 0 |  mmcc | 2015-12-23 | 1 | -2/+2 |
| * | initialize a pointer to NULL rather than 0 |  mmcc | 2015-12-22 | 1 | -2/+2 |
| * | initialize ext_len to 0. |  beck | 2015-12-14 | 1 | -2/+6 |
| * | initialize ok to 0 |  beck | 2015-12-14 | 1 | -2/+2 |
| * | initialize md_len to 0 for readability to quell warnings. |  beck | 2015-12-14 | 1 | -3/+3 |
| * | decipher comment. ok bcook@ |  mmcc | 2015-12-12 | 1 | -2/+2 |
| * | move initialization of buf up to quell warnings and make it obvious the err case is ok. |  beck | 2015-12-12 | 1 | -4/+5 |
| * | prevent possibly use of uninitialized variable |  beck | 2015-12-12 | 1 | -2/+2 |
| * | make the counter a size_t as well, which quells a warning on visual studio 2015 |  beck | 2015-12-12 | 1 | -2/+3 |
| * | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. |  bcook | 2015-12-09 | 2 | -5/+6 |
| * | Remove SHA0 check, as we did in v1.21 of sha.h. |  bcook | 2015-12-07 | 1 | -2/+2 |
| * | Fix for OpenSSL CVE-2015-3195 |  beck | 2015-12-04 | 1 | -3/+8 |
| * | Fix for OpenSSL CVE-2015-3194 |  beck | 2015-12-03 | 1 | -2/+2 |
| * | fix references to lhash(3); |  jmc | 2015-11-15 | 1 | -7/+8 |
| * | mutli -> multi |  miod | 2015-11-14 | 1 | -1/+1 |
| * | Various *syncron* -> *synchron* typos. |  miod | 2015-11-14 | 1 | -1/+1 |
| * | update cross references after deleting the imaginary MLINKS |  schwarze | 2015-11-12 | 2 | -2/+2 |
| * | Convert the handful of manuals that had imaginary names, |  schwarze | 2015-11-12 | 6 | -1055/+0 |
| * | add missing functions to NAME, or otherwise correct the mlink |  jmc | 2015-11-11 | 15 | -27/+48 |
| * | Convert five more manuals from POD to mdoc. |  schwarze | 2015-11-11 | 5 | -458/+0 |
| * | Convert and enable CMS manuals. |  schwarze | 2015-11-11 | 16 | -1234/+0 |
| * | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; |  miod | 2015-11-06 | 1 | -2/+2 |
| * | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by |  miod | 2015-11-05 | 1 | -5/+5 |
| * | Mention ROTL() is always invoked with a proper shift value, due to the way the |  miod | 2015-11-05 | 1 | -1/+2 |
| * | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. |  bcook | 2015-11-03 | 1 | -3/+3 |
| * | Fix typo in comment of previous commit: "that that". |  reyk | 2015-11-02 | 1 | -3/+3 |
| * | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, |  reyk | 2015-11-02 | 2 | -19/+113 |
| * | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of |  miod | 2015-10-30 | 1 | -1/+2 |
| * | Sort the obsolete flags. |  doug | 2015-10-25 | 1 | -6/+6 |
| * | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. |  doug | 2015-10-25 | 1 | -5/+4 |
| * | Remove last vestige of SSL_OP_NO_SSLv3 support. |  doug | 2015-10-25 | 1 | -4/+1 |
| * | Simplify ssl23_get_client_hello error handling. |  doug | 2015-10-25 | 1 | -26/+26 |
| * | Another change that is needed to restore the previous behaviour of |  jsing | 2015-10-22 | 1 | -5/+3 |
| * | Restore previous behaviour and allow |  jsing | 2015-10-22 | 1 | -2/+7 |
| * | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk |  miod | 2015-10-21 | 3 | -4/+22 |
| * | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code |  jsing | 2015-10-21 | 1 | -63/+1 |
| * | Lob a style(9) grenade in here. |  jsing | 2015-10-20 | 3 | -172/+185 |