summaryrefslogtreecommitdiffstats
path: root/crypto/include
AgeCommit message (Expand)Author
2018-08-23crypto/bn: add more fixed-top routines.Andy Polyakov
2018-08-07x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.Andy Polyakov
2018-07-22bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov
2018-07-18ec/ecdsa_ossl.c: revert blinding in ECDSA signature.Andy Polyakov
2018-07-16Remove stale SM2 error codesNicola Tuveri
2018-07-12bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-06-25Add inter-module private header for EC functionsNicola Tuveri
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-21Remove some inline assembler and non-standard constructs.Andy Polyakov
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-06-04Rebuild error codesMatt Caswell
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04More more on SM2 error codes and tidy upMatt Caswell
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Set SM2 error codesJack Lloyd
2018-06-04Make SM2 functions privateJack Lloyd
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-05-01Update copyright yearMatt Caswell
2018-04-26Fix memleaks in async apiBernd Edlinger
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2018-04-04Change rand_pool_add[_end] prototypes to matchRichard Levitte
2018-04-03Update copyright yearMatt Caswell
2018-03-23Move the handling of dso_scheme to dso_conf.hRichard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-19Make the public and private DRBG thread localKurt Roeckx
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2018-01-24SHA512/224 and SHA512/256Pauli
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12DH named parameter supportDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-10Fix typosKeshav Kini
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-28Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx