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