aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte2-18/+24
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz1-1/+1
2017-06-29Add fork handlers, based on pthread_atforkRich Salz1-1/+7
2017-06-29STORE: Make sure the loader to be registered is completeRichard Levitte1-0/+1
2017-06-29Add internal functions to fetch PEM data from an opened BIORichard Levitte1-0/+2
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte2-0/+3
2017-06-29STORE: add ENGINE information to loadersRichard Levitte1-1/+10
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2-0/+2
2017-06-29STORE 'file' scheme loader: Add handler for encrypted PKCS#8 dataRichard Levitte1-0/+2
2017-06-29STORE 'file' scheme loader: refactor file_load to support decoding restartRichard Levitte1-0/+1
2017-06-29STORE: Add a OSSL_STORE_INFO type to help support file handler restartsRichard Levitte1-0/+1
2017-06-29STORE 'file' scheme loader: add support for the PKCS#12 containerRichard Levitte1-0/+3
2017-06-29STORE 'file' scheme loader: add support for containersRichard Levitte1-0/+1
2017-06-29Add a STORE loader for the "file" schemeRichard Levitte1-0/+9
2017-06-29Make it possible to peek at BIO data through BIO_f_buffer()Richard Levitte1-0/+2
2017-06-29Add the STORE moduleRichard Levitte4-2/+267
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte1-0/+1
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte1-0/+1
2017-06-28Add new /dev/crypto engineRichard Levitte1-0/+3
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte1-0/+1
2017-06-27Use randomness not entropyRich Salz1-5/+2
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss1-0/+3
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell1-4/+4
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell1-3/+4
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell1-2/+2
2017-06-21Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell1-1/+1
2017-06-21Fix no-pskMatt Caswell1-8/+9
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell1-0/+2
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell1-0/+1
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell1-0/+2
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell1-0/+1
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell1-0/+7
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell2-0/+5
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell1-0/+4
2017-06-21Add constant-time 64Rich Salz1-22/+35
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson1-0/+2
2017-06-21Merge Nokia copyright notice into standardRich Salz2-54/+2
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz8-70/+8
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY1-0/+5
2017-06-20Fix typo (note by oneton@users.github)Rich Salz1-1/+1
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz1-0/+1
2017-06-19Remove bsd_cryptodev engineRich Salz1-1/+1
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell1-0/+1
2017-06-15Standardize Levitte's dual-licenseRich Salz1-6/+3
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk1-0/+1
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-0/+3
2017-06-09mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref1-1/+1
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short1-0/+1
2017-06-07make error tables const and separate header fileRich Salz59-2864/+3396