Age | Commit message (Expand) | Author |
2015-12-23 | remove NULL-checks before free() | mmcc |
2015-12-23 | assign pointer NULL rather than 0 | mmcc |
2015-12-23 | assign pointer to NULL rather than 0 | mmcc |
2015-12-22 | initialize a pointer to NULL rather than 0 | mmcc |
2015-12-14 | initialize ext_len to 0. | Bob Beck |
2015-12-14 | initialize ok to 0 | Bob Beck |
2015-12-14 | initialize md_len to 0 for readability to quell warnings. | Bob Beck |
2015-12-12 | decipher comment. ok bcook@ | mmcc |
2015-12-12 | move initialization of buf up to quell warnings and make it obvious the err c... | Bob Beck |
2015-12-12 | prevent possibly use of uninitialized variable | Bob Beck |
2015-12-12 | make the counter a size_t as well, which quells a warning on visual studio 2015 | Bob Beck |
2015-12-09 | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | Brent Cook |
2015-12-09 | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | Brent Cook |
2015-12-07 | Remove SHA0 check, as we did in v1.21 of sha.h. | Brent Cook |
2015-12-04 | Fix for OpenSSL CVE-2015-3195 | Bob Beck |
2015-12-03 | Fix for OpenSSL CVE-2015-3194 | Bob Beck |
2015-11-15 | fix references to lhash(3); | Jason McIntyre |
2015-11-14 | mutli -> multi | Miod Vallat |
2015-11-14 | Various *syncron* -> *synchron* typos. | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2015-11-12 | update cross references after deleting the imaginary MLINKS | Ingo Schwarze |
2015-11-12 | Convert the handful of manuals that had imaginary names, | Ingo Schwarze |
2015-11-11 | add missing functions to NAME, or otherwise correct the mlink | Jason McIntyre |
2015-11-11 | Convert five more manuals from POD to mdoc. | Ingo Schwarze |
2015-11-11 | Convert and enable CMS manuals. | Ingo Schwarze |
2015-11-10 | SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb; | Jason McIntyre |
2015-11-06 | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | Miod Vallat |
2015-11-05 | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | Miod Vallat |
2015-11-05 | Mention ROTL() is always invoked with a proper shift value, due to the way the | Miod Vallat |
2015-11-03 | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | Brent Cook |
2015-11-02 | Fix typo in comment of previous commit: "that that". | Reyk Floeter |
2015-11-02 | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | Reyk Floeter |
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat |
2015-10-25 | Sort the obsolete flags. | Doug Hogan |
2015-10-25 | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. | Doug Hogan |
2015-10-25 | Remove last vestige of SSL_OP_NO_SSLv3 support. | Doug Hogan |
2015-10-25 | Simplify ssl23_get_client_hello error handling. | Doug Hogan |
2015-10-22 | Another change that is needed to restore the previous behaviour of | Joel Sing |
2015-10-22 | Restore previous behaviour and allow | Joel Sing |
2015-10-21 | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | Miod Vallat |
2015-10-21 | In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 code | Joel Sing |
2015-10-20 | Lob a style(9) grenade in here. | Joel Sing |
2015-10-19 | free rbio before wbio | Bob Beck |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-16 | Remove pointless externs - the structs are declared in the same files a | Joel Sing |
2015-10-16 | Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_const | Joel Sing |
2015-10-16 | Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const. | Joel Sing |
2015-10-16 | Fix use of pointer value after BIO_free, and remove senseless NULL checks. | Bob Beck |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | Bob Beck |