summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a NULL dereference in GENERAL_NAME_cmp()libressl-v3.1.5OPENBSD_6_7tb2020-12-086-11/+94
* OpenBSD 6.7 errata 010, June 11, 2020 (6.7/010_x509.patch.sig)libressl-v3.1.3tb2020-06-101-8/+29
* LibreSSL 3.1.2bcook2020-05-211-3/+3
* Bump LibreSSL version to 3.1.1tb2020-05-061-3/+3
* Disallow setting the AES-GCM IV length to 0tb2020-04-301-1/+5
* Disallow the use of zero length IVs in AES-GCM viatb2020-04-273-3/+15
* sync cert.pem with Mozilla's root ca list, ok beck@sthen2020-04-101-276/+343
* When printing the serialNumber, fall back to the colon separated hextb2020-04-101-2/+4
* Void functions obviously do not return values; no need to elaborate.schwarze2020-03-294-23/+8
* Be concise: do not say that void functions return no values, that's obvious.schwarze2020-03-283-22/+6
* Fix ASN1 print functionsinoguchi2020-03-241-6/+13
* Check high bit for base64 decodeinoguchi2020-03-041-2/+10
* Fix base64 processing of long linesinoguchi2020-03-031-99/+66
* Describe the restriction for length of openssl conf value stringinoguchi2020-02-171-2/+4
* Restrict the length of openssl conf value stringinoguchi2020-02-173-5/+14
* Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.hinoguchi2020-01-261-2/+2
* tweak previous; ok tbjmc2020-01-261-3/+3
* typotb2020-01-261-2/+2
* Document the change in EVP_chacha20(3).tb2020-01-261-3/+5
* Improve the comment explaining why the previous change matches OpenSSL'stb2020-01-261-8/+15
* Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:tb2020-01-261-7/+14
* The length of the IV of EVP_chacha20 is currently 64 bits, not 96.tb2020-01-221-3/+3
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Simplify header installation by combining the HDRS and HDRS_GEN loops.jsing2020-01-221-9/+2
* Remove redundant ASN1_INTEGER_set call in PKCS7_set_typeinoguchi2020-01-211-2/+1
* Free pss in RSA_freeinoguchi2020-01-171-1/+2
* bump to 3.1.0bcook2020-01-141-3/+3
* Avoid leak in error path of PKCS5_PBE_keyivgeninoguchi2020-01-121-1/+2
* Avoid leak in error path of asn1_parse2inoguchi2020-01-091-17/+21
* Avoid leak in error path of dh_priv_decodeinoguchi2020-01-041-1/+2
* Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and lentb2019-12-141-4/+4
* Document X509_STORE_CTX_set_flags() which is a handy way to change theclaudio2019-12-051-3/+18
* A touch of style(9)tim2019-11-211-6/+6
* Use explicit_bzero() to clear key materialtim2019-11-211-1/+2
* Fix rsa key output formatinoguchi2019-11-201-5/+12
* Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef.jsing2019-11-041-21/+19
* Sort standard_methods by pkey_id.inoguchi2019-11-021-4/+4
* CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsschwarze2019-11-0223-69/+69
* .Xr CMS_ContentInfo_new 3schwarze2019-11-021-2/+3
* .Xr BIO_new_CMS 3schwarze2019-11-021-2/+3
* document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), andschwarze2019-11-021-3/+46
* In Symbols.list rev. 1.91, jsing enabled many CMS functions.schwarze2019-11-021-1/+24
* Bring back some icky buffer allocation code so that pkey_rsa_print()jsing2019-11-021-9/+41
* Bump libcrypto, libssl and libtls minors due to symbol additions.jsing2019-11-021-1/+1
* Provide RSA_PKCS1_OpenSSL().jsing2019-11-023-3/+10
* Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.jsing2019-11-023-9/+10
* Make RSA_OAEP_PARAMs public.jsing2019-11-023-17/+22
* Enable CMS in LibreSSL.jsing2019-11-023-2/+135
* In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.schwarze2019-11-011-3/+5
* In rsa.h rev. 1.45, jsing@ providedschwarze2019-11-011-8/+16