summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-05RT4070: Improve struct/union regexpEllinger, Wesley M
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-05RT4292: Remove ===== lineRich Salz
2016-02-05RT1596: Add clarifying doc.Rich Salz
2016-02-05GH628: Add -help to all apps docs.A J Mohan Rao
2016-02-05GH628: Add -help to all apps docs.Rich Salz
2016-02-05Ensure correct chain depth for policy checks with DANE bare key TAViktor Dukhovni
2016-02-05Long overdue cleanup of X509 policy tree verificationViktor Dukhovni
2016-02-05Various RT doc fixesRich Salz
2016-02-05enable leak checking for danetestDr. Stephen Henson
2016-02-05Fix return code in CRYPTO_mem_leaks_fp()Dr. Stephen Henson
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni
2016-02-05VMS lacks socklen_t, give it oneRichard Levitte
2016-02-05Initialize variableRichard Levitte
2016-02-05Don't export local symbols on SolarisMatt Caswell
2016-02-05make updateDr. Stephen Henson
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson
2016-02-05Allocate ASN1_bn_print buffer internally.Dr. Stephen Henson
2016-02-05Use BN_bn2binpadDr. Stephen Henson
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-02-05Add EC_KEY_oct2priv and EC_KEY_priv2octDr. Stephen Henson
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson
2016-02-04Don't use RDRAND if told not toMatt Caswell
2016-02-05Initialise with -1 rather than 1Richard Levitte
2016-02-04Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov
2016-02-04Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte
2016-02-04Update crypto/bio/build.infoRichard Levitte
2016-02-04Fix pkeyutl inability to directly access keys on hardware tokensMouse
2016-02-04Change the transfer perl module so the real module gets properly registeredRichard Levitte
2016-02-04Add option to disable asyncTodd Short
2016-02-04Make sure getaddrinfo and getnameinfo works as intended on WindowsRichard Levitte
2016-02-04If egd is disabled by default, it should be possible to enableRichard Levitte
2016-02-04Add ec -check optionDr. Stephen Henson
2016-02-04Fix potential buffer overrunDmitry-Me
2016-02-04Use WSAGetLastError() on windowsKurt Roeckx
2016-02-04Restore xmm7 from the correct address on win64Kurt Roeckx
2016-02-04update OID tablesDr. Stephen Henson
2016-02-04Add Curve OIDs from draft-josefsson-pkix-newcurvesDr. Stephen Henson
2016-02-04RT2887: Add more packet and handshake typesDaniel Black
2016-02-04Fix BN_gcd errors for some curvesBilly Brumley
2016-02-04RT3095: allow NULL key for single-shot HMACEmilia Kasper
2016-02-04bio_err.c: remove a reappeared filename commentViktor Szakats
2016-02-04Make fallback addresses static so that we can initialize itKurt Roeckx
2016-02-04Only use TLS1.2 when it's availableRichard Levitte
2016-02-04Have 70-test_clienthello.t be selective on when it can be runRichard Levitte
2016-02-04Have OpenSSL::Test::Utils::available_protocols load configdata as wellRichard Levitte
2016-02-03RT2752: Add some EKU OID'sRich Salz
2016-02-03Handle localhost being either 127.0.0.1 or ::1Viktor Dukhovni