aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix define to match documentationDr. Stephen Henson2017-06-061-1/+1
* Add some OID's from X.520Erwann Abalea2017-05-311-0/+18
* Add UI functionality to duplicate the user dataRichard Levitte2017-05-311-1/+14
* make errorsDr. Stephen Henson2017-05-301-0/+1
* make errorsDr. Stephen Henson2017-05-301-0/+2
* Add EdDSA algorithm OIDs from draft-ietf-curdle-pkix-04Dr. Stephen Henson2017-05-301-0/+8
* make errorsDr. Stephen Henson2017-05-301-0/+2
* fixing incorrect OID of signingCertificateV2Marek Klein2017-05-291-1/+1
* Revert "Add internal functions to fetch a refcount"Richard Levitte2017-05-281-13/+0
* Correct small typo in CRYPTO_GET_REFRichard Levitte2017-05-281-1/+1
* Add internal functions to fetch a refcountRichard Levitte2017-05-271-0/+13
* Fix spelling errors in CMS.Josh Soref2017-05-271-2/+7
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-221-0/+1
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-191-2/+2
* Make SSL_is_server() accept a const SSLMatt Caswell2017-05-191-1/+1
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-171-0/+1
* Clean up SSL_OP_* a bitTodd Short2017-05-121-42/+58
* Cleanup - use e_os2.h rather than stdint.hRichard Levitte2017-05-111-5/+1
* Unclash clashing reason codes in ssl.hRichard Levitte2017-05-111-2/+2
* Send a missing_extension alert if key_share/supported groups not presentMatt Caswell2017-05-111-0/+1