Age | Commit message (Expand) | Author |
2017-04-10 | new X25519(3) manual page; | Ingo Schwarze |
2017-04-10 | document three additional functions; | Ingo Schwarze |
2017-04-09 | Simplify/clean up BUF_MEM_grow_clean(). | Joel Sing |
2017-04-09 | With recallocarray() BUF_MEM_grow() is essentially the same as | Joel Sing |
2017-04-09 | Explicitly test for NULL. | Joel Sing |
2017-04-06 | trailing ; on end of macro definition is wrong; ok guenther | Theo de Raadt |
2017-04-06 | bump version for new development branch | Brent Cook |
2017-04-03 | Fix silly code that printfs NULL when there are no fractional seconds | Bob Beck |
2017-03-27 | reinstate the capitalisation from previous, as advised by schwarze; | Jason McIntyre |
2017-03-26 | tweak previous; | Jason McIntyre |
2017-03-26 | merge new UI documentation from OpenSSL | Ingo Schwarze |
2017-03-25 | document X509_Digest(3) and friends; | Ingo Schwarze |
2017-03-25 | document the public function X509_cmp_time(3); | Ingo Schwarze |
2017-03-25 | correct RETURN VALUES; | Ingo Schwarze |
2017-03-25 | fix two more prototypes; | Ingo Schwarze |
2017-03-25 | correct prototypes; | Ingo Schwarze |
2017-03-25 | complete description of RETURN VALUES; | Ingo Schwarze |
2017-03-25 | minimal stub-quality documentation of EVP_MD_CTX_ctrl(3); | Ingo Schwarze |
2017-03-25 | OpenSSL documented the public function BIO_printf(3) (and friends) | Ingo Schwarze |
2017-03-25 | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | Ingo Schwarze |
2017-03-16 | Convert BUF_MEM_grow() and BUF_MEM_grow_clean() to recallocarray(), | Joel Sing |
2017-03-16 | Use calloc() instead of malloc() followed by manually zeroing fields. | Joel Sing |
2017-03-03 | Ensure MD and key initialized before processing HMAC | Kinichiro Inoguchi |
2017-03-01 | Include EVP_md5_sha1() via OpenSSL_add_all_digests(). | Joel Sing |
2017-02-28 | Bump minors due to symbol addition. | Joel Sing |
2017-02-28 | Document EVP_md5_sha1(). | Joel Sing |
2017-02-28 | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are | Joel Sing |
2017-02-28 | Fix typo in issuingDistributionPoint description. | Joel Sing |
2017-02-24 | Add the following root CAs, from SECOM Trust Systems / Security Communication | Stuart Henderson |
2017-02-21 | don;t end Nd with a full stop; | Jason McIntyre |
2017-02-20 | Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use, | Bob Beck |
2017-02-14 | bump to 2.5.2 | Brent Cook |
2017-02-09 | DES keys are not 7 days long. ok jsing@ | Darren Tucker |
2017-02-07 | Revert previous; the implementation is incorrect since it assumes that the | Joel Sing |
2017-02-07 | Add file and line to the LibreSSL error strings sine we are no longer in | Bob Beck |
2017-02-05 | Kill leak introduced with refactor | Bob Beck |
2017-01-31 | LibreSSL : Truncated packet could crash via OOB read | Kinichiro Inoguchi |
2017-01-31 | Document functions returning standard moduli for DH key exchange. | Ingo Schwarze |
2017-01-30 | tweak previous; | Jason McIntyre |
2017-01-30 | Document BN_set_flags(3) and BN_get_flags(3). | Ingo Schwarze |
2017-01-29 | Seriously warn against calling BN_init(3), BN_MONT_CTX_init(3), | Ingo Schwarze |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-26 | Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't be | Bob Beck |
2017-01-26 | Document ERR_load_BN_strings(3). | Ingo Schwarze |
2017-01-25 | document BN_asc2bn(3); | Ingo Schwarze |
2017-01-25 | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | Bob Beck |
2017-01-21 | use BN_div_nonct where it is safe to do so. | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2017-01-21 | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |