aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-179-20/+23
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-173-6/+6
* Corrupt signature in place.Dr. Stephen Henson2016-08-175-18/+8
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-173-9/+8
* Constify private key decode.Dr. Stephen Henson2016-08-1711-20/+20
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-1710-32/+32
* Constify ASN1_item_unpack().Dr. Stephen Henson2016-08-172-2/+2
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-179-0/+136
* dasync is an internal testing engine, so don't install itRichard Levitte2016-08-172-6/+6
* VMS: no ENDIF on one line IF statements, in config.comRichard Levitte2016-08-171-1/+0
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-164-4/+4
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-165-6/+10
* Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell2016-08-162-6/+9
* two typo fixesFdaSilvaYY2016-08-162-2/+2
* Fix compilation when using MASM on x86Gergely Nagy2016-08-161-1/+1
* Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()Matt Caswell2016-08-161-0/+2
* Ensure we unpad in constant time for read pipeliningMatt Caswell2016-08-161-3/+9
* Corrupt signature earlier.Dr. Stephen Henson2016-08-162-14/+15
* make updateDr. Stephen Henson2016-08-161-1/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-1625-40/+73
* Remove duplicate ordinalsRichard Levitte2016-08-161-3/+0
* ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov2016-08-167-0/+7
* Configure: recognize -static as link option and disable incompatible options.Andy Polyakov2016-08-161-0/+7
* test/ssl_test.tmpl: make it work with elderly perl.Andy Polyakov2016-08-161-5/+5
* Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse2016-08-162-68/+21
* SSL tests: send some application dataEmilia Kasper2016-08-165-87/+284
* Add a "config" for verbosity and use it with TravisRichard Levitte2016-08-163-29/+38
* Make "make" less verbose in Travis, except for the build only caseRichard Levitte2016-08-161-4/+9
* Limit reads in do_b2i_bio()Dr. Stephen Henson2016-08-161-0/+7
* Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson2016-08-161-2/+6
* Check for errors in BN_bn2dec()Dr. Stephen Henson2016-08-161-1/+7
* Avoid truncating the pointer on x32 platform.Tomas Mraz2016-08-151-5/+9
* Add a comment for the added cast with explanation.Tomas Mraz2016-08-151-0/+4
* Fix af_alg engine failure on 32 bit architectures.Tomas Mraz2016-08-151-1/+1
* Remove a stray unneeded line in 70-test_sslrecords.tMatt Caswell2016-08-151-1/+0
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-153-14/+6
* Add some SSLv2 ClientHello testsMatt Caswell2016-08-154-7/+228
* Send an alert if we get a non-initial record with the wrong versionMatt Caswell2016-08-151-3/+11
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-154-7/+13
* Replaces CT_POLICY_EVAL_CTX_set0 entries with new setters in libcrypto.numRob Percival2016-08-151-3/+3
* Make CT_POLICY_EVAL_CTX_set1_{cert,issuer} into boolean functionsRob Percival2016-08-152-10/+22
* Improves CTLOG_STORE settersRob Percival2016-08-155-21/+29
* Skip the SRP tests in 80-test_ssl_old.t if no TLS versions is enabledRichard Levitte2016-08-151-1/+1
* Fix no-ecDr. Stephen Henson2016-08-154-28/+40
* Never return -1 from BN_expJakub Zelenka2016-08-141-4/+4
* update CHANGESDr. Stephen Henson2016-08-131-12/+6
* add documentationDr. Stephen Henson2016-08-132-0/+12
* Print out names of other temp key algorithms.Dr. Stephen Henson2016-08-131-0/+4
* Remove old EC based X25519 code.Dr. Stephen Henson2016-08-134-344/+1
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-135-43/+66