Age | Commit message (Expand) | Author |
2020-05-24 | Minimally document PKCS7_dataInit(3). | Ingo Schwarze |
2020-05-24 | Briefly mention the obsolete function OPENSSL_init(3). | Ingo Schwarze |
2020-05-20 | new manual page for PKCS7_set_content(3) and PKCS7_content_new(3); | Ingo Schwarze |
2020-05-17 | As done everywhere else, use a local version of MINIMUM() and avoid | Theo de Raadt |
2020-05-16 | document PKCS7_set_type(3); | Ingo Schwarze |
2020-05-09 | catch the other place this needs to change | Bob Beck |
2020-05-09 | now that 3.1.1 is out the door as a stable release bump the development | Bob Beck |
2020-05-06 | Bump LibreSSL version to 3.1.1 | Theo Buehler |
2020-04-30 | Disallow setting the AES-GCM IV length to 0 | Theo Buehler |
2020-04-27 | Disallow the use of zero length IVs in AES-GCM via | Theo Buehler |
2020-04-10 | sync cert.pem with Mozilla's root ca list, ok beck@ | Stuart Henderson |
2020-04-10 | When printing the serialNumber, fall back to the colon separated hex | Theo Buehler |
2020-03-29 | Void functions obviously do not return values; no need to elaborate. | Ingo Schwarze |
2020-03-28 | Be concise: do not say that void functions return no values, that's obvious. | Ingo Schwarze |
2020-03-24 | Fix ASN1 print functions | Kinichiro Inoguchi |
2020-03-04 | Check high bit for base64 decode | Kinichiro Inoguchi |
2020-03-03 | Fix base64 processing of long lines | Kinichiro Inoguchi |
2020-02-17 | Describe the restriction for length of openssl conf value string | Kinichiro Inoguchi |
2020-02-17 | Restrict the length of openssl conf value string | Kinichiro Inoguchi |
2020-01-26 | Avoid 32 bit right shift with unsigned int in crypto/cast/cast_lcl.h | Kinichiro Inoguchi |
2020-01-26 | tweak previous; ok tb | Jason McIntyre |
2020-01-26 | typo | Theo Buehler |
2020-01-26 | Document the change in EVP_chacha20(3). | Theo Buehler |
2020-01-26 | Improve the comment explaining why the previous change matches OpenSSL's | Theo Buehler |
2020-01-26 | Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics: | Theo Buehler |
2020-01-22 | The length of the IV of EVP_chacha20 is currently 64 bits, not 96. | Theo Buehler |
2020-01-22 | Add checks to ensure that lib{crypto,ssl,tls} public headers have actually | Joel Sing |
2020-01-22 | Simplify header installation by combining the HDRS and HDRS_GEN loops. | Joel Sing |
2020-01-21 | Remove redundant ASN1_INTEGER_set call in PKCS7_set_type | Kinichiro Inoguchi |
2020-01-17 | Free pss in RSA_free | Kinichiro Inoguchi |
2020-01-14 | bump to 3.1.0 | Brent Cook |
2020-01-12 | Avoid leak in error path of PKCS5_PBE_keyivgen | Kinichiro Inoguchi |
2020-01-09 | Avoid leak in error path of asn1_parse2 | Kinichiro Inoguchi |
2020-01-04 | Avoid leak in error path of dh_priv_decode | Kinichiro Inoguchi |
2019-12-14 | Fix documented signatures of HMAC(3) and HMAC_Update(3). The n and len | Theo Buehler |
2019-12-05 | Document X509_STORE_CTX_set_flags() which is a handy way to change the | Claudio Jeker |
2019-11-21 | A touch of style(9) | Tim van der Molen |
2019-11-21 | Use explicit_bzero() to clear key material | Tim van der Molen |
2019-11-20 | Fix rsa key output format | Kinichiro Inoguchi |
2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. | Joel Sing |
2019-11-02 | Sort standard_methods by pkey_id. | Kinichiro Inoguchi |
2019-11-02 | CMS didn't make the 6.6 release: adjust the text in the HISTORY sections | Ingo Schwarze |
2019-11-02 | .Xr CMS_ContentInfo_new 3 | Ingo Schwarze |
2019-11-02 | .Xr BIO_new_CMS 3 | Ingo Schwarze |
2019-11-02 | document PEM_read_CMS(3), PEM_read_bio_CMS(3), PEM_write_CMS(3), and | Ingo Schwarze |
2019-11-02 | In Symbols.list rev. 1.91, jsing enabled many CMS functions. | Ingo Schwarze |
2019-11-02 | Bring back some icky buffer allocation code so that pkey_rsa_print() | Joel Sing |
2019-11-02 | Bump libcrypto, libssl and libtls minors due to symbol additions. | Joel Sing |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | Joel Sing |
2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | Joel Sing |