Age | Commit message (Expand) | Author |
2024-06-24 | libcrypto: constify most error string tables | Theo Buehler |
2024-05-11 | Remove unused PEM_USER and PEM_CTX | Theo Buehler |
2024-04-25 | Take pem2.h behind the barn | Theo Buehler |
2024-03-29 | Stop using pem2.h. | Joel Sing |
2024-02-18 | Use EVP_MD_CTX_legacy_clear() internally | Theo Buehler |
2024-02-18 | Use EVP_CIPHER_CTX_legacy_clear() internally | Theo Buehler |
2023-11-29 | Ignore ENGINE at the API boundary | Theo Buehler |
2023-11-19 | Unifdef OPENSSL_NO_ENGINE in libcrypto | Theo Buehler |
2023-07-07 | Hide symbols in lhash, pem, and rc2 | Bob Beck |
2023-04-25 | Remove PEM wrappers for NETSCAPE_CERT_SEQUENCE | Theo Buehler |
2023-04-25 | The #ifdef missed a few NETSCAPE_CERT things | Theo Buehler |
2023-04-24 | Mark NETSCAPE_CERT_SEQUENCE for removal | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-07-31 | Allow a NULL header in PEM_write{,_bio}() | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-01-14 | Remove PEM_Seal{Init,Update,Final} | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-07 | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | Theo Buehler |
2022-01-07 | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | Theo Buehler |
2021-12-24 | Prepare to provide PEM_write_bio_PrivateKey_traditional() | Theo Buehler |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-10-31 | Remove the unused X509_CERT_PAIR struct and the assicated API. | Theo Buehler |
2020-07-25 | remove half a dozen "goto" statements and a label | Ingo Schwarze |
2020-07-23 | Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause | Ingo Schwarze |
2019-09-06 | Handle CMS PEM headers. | Joel Sing |
2019-07-08 | Clean up pvkfmt.c | Kinichiro Inoguchi |
2019-07-07 | Fix pvk format processing in libcrypto | Kinichiro Inoguchi |
2018-08-24 | Change PEM_Sign{Init,Update}() to return an int. | Theo Buehler |
2018-08-24 | Check return value of EVP_EncodeUpdate() in PEM_write_bio(). | Theo Buehler |
2018-08-05 | Fix memory leak in i2b_PVK in error handling. | Brent Cook |
2018-05-13 | Add const qualifier to the 'name', 'header', and 'data' arguments of | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |
2016-11-05 | Make sure PEM_SealInit() will correctly destroy the PEM_ENCODE_SEAL_CTX | Miod Vallat |
2016-10-19 | unifdef OPENSSL_NO_CMS | Joel Sing |
2016-09-04 | Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2016-09-04 | Sort and group functions. | Joel Sing |
2016-09-04 | Expand IMPLEMENT_PEM macros. | Joel Sing |
2016-03-02 | fix the rest of the read_ledword() calls used as lengths to be bounded. | Bob Beck |
2016-03-02 | bound lengths coming out of a pem file to something like reality | Bob Beck |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-16 | Make sure the `reject negative sizes' logic introduced in 1.34 is actually | Miod Vallat |
2015-05-15 | Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls. | Jonathan Gray |
2015-02-11 | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | Bob Beck |
2015-02-11 | get rid of OPENSSL_NO_CMS code we do not use. | Bob Beck |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-10 | Replace assert() and OPENSSL_assert() calls with proper error return paths. | Miod Vallat |