aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell1-3/+3
2018-03-13update SRP copyright noticeTim Hudson1-1/+5
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-2/+13
2018-03-12Add OIDs for DSTU-4145gmile1-0/+98
2018-03-12Session Ticket app dataTodd Short1-0/+32
2018-03-10RAND_DRBG: add a function for setting the reseeding defaultsDr. Matthias St. Pierre1-0/+7
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short2-0/+8
2018-03-09Give more information in the SSL_stateless return codeMatt Caswell1-0/+1
2018-03-08Duplicate entries ssl_handshake_tbl trace entries...FdaSilvaYY1-0/+2
2018-03-07Add GOST OIDs for Edwards parameter setsSergey Zhuravlev1-0/+14
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+1
2018-03-06opensslconf.h.in: Use all the "openssl_api_defines"Richard Levitte1-1/+1
2018-03-06Check the parent DRBG's strengthKurt Roeckx1-0/+2
2018-03-05Add support for .include directive in config filesTomas Mraz1-0/+3
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell1-0/+3
2018-03-02Add pkey types for curve448Matt Caswell1-0/+2
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx1-0/+2
2018-02-27Prepare for 1.1.1-pre3-devMatt Caswell1-2/+2
2018-02-27Prepare for 1.1.1-pre2 releaseOpenSSL_1_1_1-pre2Matt Caswell1-1/+1
2018-02-27Update copyright yearMatt Caswell2-2/+2
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa1-0/+13
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte1-0/+3
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte3-2/+57
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte2-0/+11
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx1-5/+13
2018-02-20Add some new constant time functions needed by curve448Matt Caswell1-0/+93
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes2-0/+2
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala1-0/+1
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre1-4/+0
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte1-0/+1
2018-02-13Generate copyright year properlyRich Salz1-1/+1
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre1-2/+2
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre1-0/+1
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre2-0/+7
2018-02-13Prepare for 1.1.1-pre2-devMatt Caswell1-2/+2
2018-02-13Prepare for 1.1.1-pre1 releaseOpenSSL_1_1_1-pre1Matt Caswell1-1/+1
2018-02-13Update copyright yearMatt Caswell29-29/+29
2018-02-13OpenSSL 1.1.1 is now in pre releaseMatt Caswell1-2/+2
2018-02-10Copy name string in BIO_meth_newRich Salz2-1/+2
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson2-7/+3
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson25-33/+0
2018-02-09Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte1-1/+2
2018-02-09Small simplification in mkerr.plFdaSilvaYY30-137/+47
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte10-819/+869
2018-02-07Make OPENSSL_rdtsc universally available.Pauli1-4/+2
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli1-3/+1
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson1-0/+5
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short3-1/+17
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk1-1/+0
2018-01-29Add RAND_DRBG_bytesKurt Roeckx1-0/+2