summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal
AgeCommit message (Expand)Author
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
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-07Make RAND_DRBG fork-safeRich Salz
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-03Move ossl_assertMatt Caswell
2017-07-20Rename internal rand.h fileRich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make asn1_d2i_read_bio accessible from STORERichard Levitte