summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2017-01-21Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefJoel Sing
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
2017-01-21/usr/bin/unifdef -D MONT_MUL_MOD -D MONT_EXP_WORD -D RECP_MUL_MOD -m bn_exp.cBob Beck
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing
2017-01-21fix bogus commentBob Beck
2017-01-21Make return value of X509_verify_cert be consistent with the error code,Bob Beck
2017-01-20Rework internal_verify, mostly from OpenSSL. so we can progressBob Beck
2017-01-12change two trailing Xr to Fn; ok schwarzeJason McIntyre
2017-01-11Add support for AArch64.Patrick Wildt
2017-01-07add missing comma in the NAME sectionIngo Schwarze
2017-01-07fix a typo in an .Xr reported by jmc@Ingo Schwarze
2017-01-07Add and remove some blank lines, in order to make X509_verify_cert()Joel Sing
2017-01-07a little more cleanup;Jason McIntyre
2017-01-07Revert part of r1.54 as there are at least two situations where we are stillJoel Sing
2017-01-07correctly mark all documented macros found in <openssl/bn.h>Ingo Schwarze
2017-01-07Use .Fn rather than .Xr for X509_VERIFY_PARAM_lookup(),Ingo Schwarze
2017-01-07Document X509_NAME_hash(3), listed in <openssl/x509.h>;Ingo Schwarze
2017-01-07Write a new manual page X509_STORE_load_locations(3) from scratch.Ingo Schwarze