summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2017-08-03Move ossl_assertMatt Caswell
2017-08-03remove horrible pragma macro and remove __owur from SSL_CTX_add_session() dec...Lingmo Zhu
2017-08-03Added differentiation between missing secret and missing seedJohannes Bauer
2017-08-03Changed use of EVP_PKEY_CTX_md() and more specific error codesJohannes Bauer
2017-08-03More error handling to HKDF and one more case in TLS1-PRFJohannes Bauer
2017-08-03Set error when HKDF used without parametersJohannes Bauer
2017-07-31Fix the names of older ciphers.David Benjamin
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-29Implement the CRYPTO_secure_clear_free functionBernd Edlinger
2017-07-27Catch up to the removal of OSSL_STORE_open_file()Benjamin Kaduk
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk
2017-07-26Install custom RAND_METHOD for fuzzingRich Salz
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-26Add support to free/allocate SSL buffersTodd Short
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-20typedef's for RAND_DRBG methodsBenjamin Kaduk
2017-07-20Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz
2017-07-19Add DRBG random methodRich Salz
2017-07-15OSSL_STORE: spell error reason correctlyRichard Levitte
2017-07-14Remove trailing blanks.Pauli
2017-07-13make errorsDr. Stephen Henson
2017-07-07Some SSL_OP_ values can't be used in 1.1.xMatt Caswell
2017-07-07Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEXMatt Caswell
2017-07-07Do not allow non-dhe kex_modes by defaultMatt Caswell
2017-07-07Update the version number for TLSv1.3 draft 21Matt Caswell
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03'make update' after objects/objects.txt update.Andy Polyakov
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE: add ENGINE information to loadersRichard Levitte
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte