summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certificationsthen2015-12-151-49/+0
* initialize ext_len to 0.beck2015-12-141-2/+6
* initialize ok to 0beck2015-12-141-2/+2
* initialize md_len to 0 for readability to quell warnings.beck2015-12-141-3/+3
* move initialization of buf up to quell warnings and make it obvious the err c...beck2015-12-121-4/+5
* prevent possibly use of uninitialized variablebeck2015-12-121-2/+2
* make the counter a size_t as well, which quells a warning on visual studio 2015beck2015-12-121-2/+3
* bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changebcook2015-12-092-4/+4
* Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2015-12-092-5/+6
* Add root certificate for COMODO RSA Certification Authority, ok beck@sthen2015-12-071-0/+122
* Remove SHA0 check, as we did in v1.21 of sha.h.bcook2015-12-071-2/+2
* Fix for OpenSSL CVE-2015-3195beck2015-12-041-3/+8
* Fix for OpenSSL CVE-2015-3194beck2015-12-031-2/+2
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-242-26/+26
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
* add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcsthen2015-11-161-0/+722
* ui_new -> UI_new;jmc2015-11-151-2/+2
* mutli -> multimiod2015-11-141-1/+1
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
* add mul and mul_add to NAME;jmc2015-11-121-0/+4
* update cross references after deleting the imaginary MLINKSschwarze2015-11-123-4/+4
* Convert the handful of manuals that had imaginary names,schwarze2015-11-127-99/+2210
* add missing functions to NAME, or otherwise correct the mlinkjmc2015-11-1110-13/+30
* Convert five more manuals from POD to mdoc.schwarze2015-11-116-5/+638
* Convert and enable CMS manuals.schwarze2015-11-1117-19/+2040
* Fix gcc version preprocessor checks to cope with gcc 5.x and beyond;miod2015-11-061-2/+2
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-051-5/+5
* Mention ROTL() is always invoked with a proper shift value, due to the way themiod2015-11-051-1/+2
* bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER.bcook2015-11-031-3/+3
* Fix typo in comment of previous commit: "that that".reyk2015-11-021-3/+3
* bump minors after adding EVP_aead_chacha20_poly1305_ietf()reyk2015-11-022-2/+2
* Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539,reyk2015-11-023-22/+143
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-301-1/+2
* Another change that is needed to restore the previous behaviour ofjsing2015-10-221-5/+3
* Restore previous behaviour and allowjsing2015-10-221-2/+7
* Reject too small bits value in BN_generate_prime_ex(), so that it does not riskmiod2015-10-213-4/+22
* In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codejsing2015-10-211-63/+1
* Lob a style(9) grenade in here.jsing2015-10-203-172/+185
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-198-611/+350
* Remove pointless externs - the structs are declared in the same files ajsing2015-10-163-8/+3
* Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constjsing2015-10-163-11/+34
* Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.jsing2015-10-163-8/+5
* actually include the prerequisite dependency for BIO instead of doing nastynessbeck2015-10-161-5/+2
* better fix for overrun reported by Qualys Security.tedu2015-10-141-4/+1
* Bail out early if we have no buf_lenbeck2015-10-141-1/+5
* fix a memory leak reported by Qualys Security.tedu2015-10-141-3/+4
* Ensure we don't write a 0 byte past end of the buffer in the error case.beck2015-10-141-3/+3
* tweak previous (two details i apparently missed)schwarze2015-10-141-4/+6
* Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.reyk2015-10-143-1/+281
* Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.jsing2015-10-131-5/+5