summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+0
* Add RAND_DRBG_bytesKurt Roeckx2018-01-291-0/+2
* Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk2018-01-252-1/+3
* Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk2018-01-251-1/+1
* Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk2018-01-251-3/+3
* Fix signature of min/max proto getterChristian Heimes2018-01-241-2/+2
* Fix SSL_CTX_get_{min,max}_proto_version integer conversion warningSteffan Karger2018-01-241-2/+2
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-1/+1
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-242-0/+4
* Add the SSL_stateless() functionMatt Caswell2018-01-241-0/+1
* Add support for sending TLSv1.3 cookiesMatt Caswell2018-01-244-0/+11
* SHA512/224 and SHA512/256Pauli2018-01-242-1/+13
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-2/+2
* Add accessors for AdmissionSyntaxRich Salz2018-01-221-0/+65
* Copyright update of more files that have changed this yearRichard Levitte2018-01-194-4/+4
* Cygwin is POSIX, don't say it isn'tRichard Levitte2018-01-181-1/+0
* Make data argument const in SSL_dane_tlsa_addPatrick Schlangen2018-01-101-1/+1
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-092-2/+2
* Fix IPv6 defineRich Salz2018-01-071-1/+5
* ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov2018-01-071-0/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-6/+3
* Stop using unimplemented cipher classes.Bernd Edlinger2018-01-061-8/+8
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-0/+2
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-2/+2
* Fix comment about undefined behavior of constant_time_msbKurt Roeckx2017-12-251-6/+1
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+1
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-3/+5
* Fix invalid function type casts.Bernd Edlinger2017-12-152-6/+6
* Fix 'make update'Todd Short2017-12-141-2/+2
* Send supported_versions in an HRRMatt Caswell2017-12-141-0/+1
* Merge HRR into ServerHelloMatt Caswell2017-12-143-3/+1
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+3
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-142-0/+9
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-0/+2
* Update the TLSv1.3 draft version indicators to draft 22Matt Caswell2017-12-141-3/+3
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-0/+2
* Add some more cleanupsMatt Caswell2017-12-041-0/+2
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-0/+1
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-041-0/+1
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-041-0/+5
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-0/+9
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+47
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+3
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-251-0/+1
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-251-0/+4
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-212-0/+34
* Support public key and param check in EVP interfacePaul Yang2017-11-205-0/+41
* Add an API to get the signer of an OCSP responseBenjamin Kaduk2017-11-111-0/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-112-2/+2