aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2-1/+3
2018-01-25Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk1-1/+1
2018-01-25Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk1-3/+3
2018-01-24Fix signature of min/max proto getterChristian Heimes1-2/+2
2018-01-24Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger1-2/+2
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper1-1/+1
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper2-0/+4
2018-01-24Add the SSL_stateless() functionMatt Caswell1-0/+1
2018-01-24Add support for sending TLSv1.3 cookiesMatt Caswell4-0/+11
2018-01-24SHA512/224 and SHA512/256Pauli2-1/+13
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-2/+2
2018-01-22Add accessors for AdmissionSyntaxRich Salz1-0/+65
2018-01-19Copyright update of more files that have changed this yearRichard Levitte4-4/+4
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte1-1/+0
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen1-1/+1
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte2-2/+2
2018-01-07Fix IPv6 defineRich Salz1-1/+5
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov1-0/+1
2018-01-07Remove remaining NETWARE ifdef'sRich Salz1-6/+3
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger1-8/+8
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-0/+2
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-2/+2
2017-12-25Fix comment about undefined behavior of constant_time_msbKurt Roeckx1-6/+1
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre1-0/+1
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre1-3/+5