summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2018-02-27Prepare for 1.1.1-pre2 releaseOpenSSL_1_1_1-pre2Matt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-23STORE 'file' scheme loader: Add search capibilityRichard Levitte
2018-02-23STORE: Add the possibility to search for specific informationRichard Levitte
2018-02-23STORE: Add the possibility to specify an expected info typeRichard Levitte
2018-02-21Switch the DRBGs from AES-128-CTR to AES-256-CTRKurt Roeckx
2018-02-20Add some new constant time functions needed by curve448Matt Caswell
2018-02-19Add BIO_bind function to bind local address for a socket.John Hughes
2018-02-19 Add X509_get0_authority_key_id() functionMassimiliano Pala
2018-02-15DRBG: make locking api truly privateDr. Matthias St. Pierre
2018-02-14OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte
2018-02-13Generate copyright year properlyRich Salz
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre
2018-02-13DRBG: unify initialization and cleanup codeDr. Matthias St. Pierre
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre
2018-02-13Prepare for 1.1.1-pre2-devMatt Caswell
2018-02-13Prepare for 1.1.1-pre1 releaseOpenSSL_1_1_1-pre1Matt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-02-13OpenSSL 1.1.1 is now in pre releaseMatt Caswell
2018-02-10Copy name string in BIO_meth_newRich Salz
2018-02-09Improve #include structure of pem{,2}.hNick Mathewson
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson
2018-02-09Turn off printf format checking for BIO_printf et al on Mac OS/XRichard Levitte
2018-02-09Small simplification in mkerr.plFdaSilvaYY
2018-02-07make update ERROR_REBUILD=-rebuildRichard Levitte
2018-02-07Make OPENSSL_rdtsc universally available.Pauli
2018-02-07Make the OPENSSL_CPUID_OBJ define internal.Pauli
2018-02-01Add OPENSSL_VERSION_AT_LEASTMichael Richardson
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-31Revert the crypto "global lock" implementationBenjamin Kaduk
2018-01-29Add RAND_DRBG_bytesKurt Roeckx
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk
2018-01-24Fix signature of min/max proto getterChristian Heimes
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-24Add the SSL_stateless() functionMatt Caswell
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Fix IPv6 defineRich Salz
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov