Remove unused num.pl,segregnam scripts
[openssl.git] / include /
2018-02-21 Kurt RoeckxSwitch the DRBGs from AES-128-CTR to AES-256-CTR
2018-02-20 Matt CaswellAdd some new constant time functions needed by curve448
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19 Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-15 Dr. Matthias St... DRBG: make locking api truly private
2018-02-14 Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-13 Rich SalzGenerate copyright year properly
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13 Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13 Dr. Matthias St... DRBG: add locking api
2018-02-13 Matt CaswellPrepare for 1.1.1-pre2-dev
2018-02-13 Matt CaswellPrepare for 1.1.1-pre1 release OpenSSL_1_1_1-pre1
2018-02-13 Matt CaswellUpdate copyright year
2018-02-13 Matt CaswellOpenSSL 1.1.1 is now in pre release
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-09 Nick MathewsonImprove #include structure of pem{,2}.h
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-02-09 Richard LevitteTurn off printf format checking for BIO_printf et al...
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-02-07 Richard Levittemake update ERROR_REBUILD=-rebuild
2018-02-07 PauliMake OPENSSL_rdtsc universally available.
2018-02-07 PauliMake the OPENSSL_CPUID_OBJ define internal.
2018-02-01 Michael RichardsonAdd OPENSSL_VERSION_AT_LEAST
2018-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25 Benjamin KadukRenumber TLSEXT_TYPE_key_share for draft-23
2018-01-25 Benjamin KadukBump TLS1_3_VERSION_DRAFT for draft-23
2018-01-24 Christian HeimesFix signature of min/max proto getter
2018-01-24 Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2018-01-24 Matt CaswellAdd the SSL_stateless() function
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-23 PauliSHA512/224 and SHA512/256
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-22 Rich SalzAdd accessors for AdmissionSyntax
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteCygwin is POSIX, don't say it isn't
2018-01-10 Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Rich SalzFix IPv6 define
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-06 Bernd EdlingerStop using unimplemented cipher classes.
2018-01-04 Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2018-01-02 Daniel BeveniusFix minor 'the the' typos
2017-12-25 Kurt RoeckxFix comment about undefined behavior of constant_time_msb
2017-12-17 Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-14 Todd ShortFix 'make update'
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-14 Matt CaswellUpdate the TLSv1.3 draft version indicators to draft 22
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-25 Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-12 Benjamin KadukAdd an API to get the signer of an OCSP response
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-11-07 Matt CaswellRemove 4 broken macros from ocsp.h
2017-11-05 Ronald TseSM3: restructure to EVP internal and update doc to...
2017-11-05 Jack LloydSM3: Add SM3 hash function
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-31 Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30 Richard Levittemake update
2017-10-30 Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-30 Rich SalzWhitespace and indent fixes
2017-10-25 Paul YangAdd sk_TYPE_new_reserve() function
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-16 Michael Richardsonadded cmcCA and cmcRA as per rfc6402, capitalized per...
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-12 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-11 Dr. Stephen Hensonmake update
2017-10-11 Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-10 Keshav KiniFix typos
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-10-04 Todd ShortSession resume broken switching contexts
2017-09-28 PauliPut back the #include <openssl/safestack.h> lines in...
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
next