summaryrefslogtreecommitdiffstats
path: root/crypto/include
AgeCommit message (Expand)Author
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-16Fix building statically without any dso supportBernd Edlinger
2019-09-10Update copyright yearMatt Caswell
2019-09-09drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-07-23Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-02Add regenerated header filesDr. Matthias St. Pierre
2019-05-28Update copyright yearRichard Levitte
2019-04-10Rework DSO API conditions and configuration optionRichard Levitte
2018-12-05bn/bn_{div|shift}.c: introduce fixed-top interfaces.Andy Polyakov
2018-11-05Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger
2018-10-17EVP module documentation passAntoine Salon
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-11Update copyright yearMatt Caswell
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Make SM2 ID stick to specificationPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-09-07Remove unnecessary sm2_za.cPaul Yang
2018-09-04Make OBJ_NAME case insensitive.Pauli
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