summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-301-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-1/+7
* STORE: Make sure the loader to be registered is completeRichard Levitte2017-06-291-0/+1
* Add internal functions to fetch PEM data from an opened BIORichard Levitte2017-06-291-0/+2
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-292-0/+3
* STORE: add ENGINE information to loadersRichard Levitte2017-06-291-1/+10
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-292-0/+2
* STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte2017-06-291-0/+2
* STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte2017-06-291-0/+1
* STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte2017-06-291-0/+1
* STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte2017-06-291-0/+3
* STORE 'file' scheme loader: add support for containersRichard Levitte2017-06-291-0/+1
* Add a STORE loader for the "file" schemeRichard Levitte2017-06-291-0/+9
* Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte2017-06-291-0/+2
* Add the STORE moduleRichard Levitte2017-06-294-2/+267
* Make it possible to refer to ERR_R_UI_LIBRichard Levitte2017-06-291-0/+1
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-281-0/+1
* Add new /dev/crypto engineRichard Levitte2017-06-281-0/+3
* Add the common error ERR_R_OPERATION_FAILRichard Levitte2017-06-281-0/+1
* Use randomness not entropyRich Salz2017-06-271-5/+2
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-211-0/+3
* Add documentation for the SSL_export_keying_material() functionMatt Caswell2017-06-211-4/+4
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-3/+4
* Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell2017-06-211-2/+2
* Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell2017-06-211-1/+1
* Fix no-pskMatt Caswell2017-06-211-8/+9
* Add SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-0/+2
* Add SSL_SESSION_set_cipher()Matt Caswell2017-06-211-0/+1
* Add SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-0/+2
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-211-0/+1
* Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell2017-06-211-0/+7
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-212-0/+5
* Add TLSv1.3 server side external PSK supportMatt Caswell2017-06-211-0/+4
* Add constant-time 64Rich Salz2017-06-211-22/+35
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-211-0/+2
* Merge Nokia copyright notice into standardRich Salz2017-06-212-54/+2
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-208-70/+8
* Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY2017-06-201-0/+5
* Fix typo (note by oneton@users.github)Rich Salz2017-06-201-1/+1
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-201-0/+1
* Remove bsd_cryptodev engineRich Salz2017-06-191-1/+1
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-161-0/+1
* Standardize Levitte's dual-licenseRich Salz2017-06-151-6/+3
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+1
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-0/+3
* mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref2017-06-091-1/+1
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-0/+1
* make error tables const and separate header fileRich Salz2017-06-0759-2864/+3396
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-061-0/+4