summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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
2017-01-06Remove cross references to the undocumented functions X509_STORE_new(3)Ingo Schwarze
2017-01-06Delete a sentence containing a cross reference to an undocumentedIngo Schwarze
2017-01-06resolve duplication of names and prototypes in manuals related to ex_dataIngo Schwarze
2017-01-06Replace two dangling .Xrs to sk_*() macros with .Fn; reported by jmc@.Ingo Schwarze
2017-01-06Delete a cross reference to the undocumented function X509_check_purpose(3)Ingo Schwarze
2017-01-06Remove bogus cross reference to ui_create(3) reported by jmc@Ingo Schwarze
2017-01-06Remove dangling .Xrs to PKCS7_final(3) reported by jmc@Ingo Schwarze
2017-01-06Remove a dangling .Xr to PKCS7_SIGNER_INFO_sign(3) reported by jmc@Ingo Schwarze