summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-30Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free).Joel Sing
2015-09-30Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). SameJoel Sing
2015-09-30Replace M_ASN1_GENERALIZEDTIME_(new|free) withJoel Sing
2015-09-30s/M_ASN1_TIME_free/ASN1_TIME_free/Joel Sing
2015-09-30Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this isJoel Sing
2015-09-30Remove unnecessary type assignments - M_ASN1_INTEGER_new() already setsJoel Sing
2015-09-30Remove support for NO_ASN1_TYPEDEFS.Doug Hogan
2015-09-29convert "last_time" to a time_t, to handle beyond Y2038Theo de Raadt
2015-09-29Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls toJoel Sing
2015-09-28remove excessive brackets on pointer mathTheo de Raadt
2015-09-27Redo 1.25, without the NULL deref.Miod Vallat
2015-09-27bump to 2.3.1Brent Cook
2015-09-26Use ASN1_item_dup() instead of ASN1_dup().Joel Sing
2015-09-26We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits areJoel Sing
2015-09-22typos in documentation; better wording, suggested by jmc@Igor Sobrado
2015-09-18avoid void * pointer arithmeticBrent Cook
2015-09-18Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") forStuart Henderson
2015-09-17Remove more EVP_sha() SHA-0 references.Brent Cook
2015-09-17Re-add missing comma from SHA-0 removal which breaks mlinks generation.Stuart Henderson
2015-09-17include stdint.h for uint64_tBrent Cook
2015-09-14Add support for disabling certificate and CRL validity checking.Joel Sing
2015-09-14delete bogus trailing .Ns from SYNOPSIS .Ft macrosIngo Schwarze
2015-09-14fix formatting by adding the required quotes to .Fa in the SYNOPSISIngo Schwarze
2015-09-14Remove useless quoting from .Fo and .Fn function names, to preventIngo Schwarze
2015-09-14Temporarily revive MD4 for MS CHAP support.Doug Hogan
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Remove MD4 support from LibreSSL.Doug Hogan
2015-09-13Remove SHA-0 support.Doug Hogan
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andMiod Vallat
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().Theo de Raadt
2015-09-13Reorder functions for readability/consistency.Joel Sing
2015-09-13BN does support negative-zero -- BN_print() sets the standard here.Theo de Raadt
2015-09-13Only check for key truncation if no KDF function is being used.Joel Sing
2015-09-13Stop generating private keys in a network buffer.Joel Sing
2015-09-13Use ECDH_size() instead of rolling our own.Joel Sing
2015-09-13Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enableJoel Sing
2015-09-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Provide ECDH_size().Joel Sing
2015-09-13Check ECDH output buffer length and avoid truncation.Joel Sing
2015-09-13Lob a style(9) grenade in here.Joel Sing
2015-09-13Mechanical minor bump to follow libcrypto.Miod Vallat
2015-09-13Add a new interface, OPENSSL_cpu_caps(), to return the currently runningMiod Vallat
2015-09-13The *_accept() functions increment in_handshake at the start of the function,Joel Sing
2015-09-13If we have hardware acceleration for AES, prefer AES as a symmetric cipherJoel Sing
2015-09-12Split ssl3_send_client_key_exchange() (387 lines of code) into fiveJoel Sing
2015-09-12Fix function name.Joel Sing
2015-09-12Sync handling of cached record digests with s3_srvr.c.Joel Sing
2015-09-12explicit_bzero() the GOST premaster secret.Joel Sing
2015-09-12Unwrap a bunch of lines.Joel Sing
2015-09-12Remove most of the SSLv3 version checks and a few TLS v1.0.Doug Hogan