summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename decaf_448_* to curve448_*Matt Caswell2018-02-206-199/+195
* Remove some more unneeded codeMatt Caswell2018-02-202-124/+1
* Remove some uneeded macros and conditionally compiled codeMatt Caswell2018-02-205-268/+5
* Remove some unneeded stuffMatt Caswell2018-02-204-1027/+1
* Add a local testMatt Caswell2018-02-201-0/+145
* Add the X448() and X448_public_from_private() functionsMatt Caswell2018-02-202-0/+21
* Remove the decaf_bzero function and replace with OPENSSL_cleanse()Matt Caswell2018-02-206-108/+78
* Remove the curve448/decaf sub-directoryMatt Caswell2018-02-205-4/+4
* Remove some unneeded codeMatt Caswell2018-02-202-20/+0
* Remove some deprecated curve 448 code and remove some unneeded definesMatt Caswell2018-02-203-30/+0
* Remove some unneeded files and further flatten the curve 448 structureMatt Caswell2018-02-2011-861/+9
* Flatten the Curve 448 source structureMatt Caswell2018-02-2034-0/+0
* Import Curve 448 supportMatt Caswell2018-02-2036-0/+8991
* Add BIO_bind function to bind local address for a socket.John Hughes2018-02-1911-26/+145
* Add X509_get0_authority_key_id() functionMassimiliano Pala2018-02-194-0/+15
* The record version for ClientHello2 should be TLS1.2Matt Caswell2018-02-192-2/+6
* sha/asm/keccak1600-armv8.pl: add hardware-assisted ARMv8.2 subroutines.Andy Polyakov2018-02-191-8/+356
* test_ssl_old: avoid empty strings for flagsRichard Levitte2018-02-191-1/+2
* OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte2018-02-191-3/+4
* Avoid mentioning uninitialised contexts.Pauli2018-02-192-10/+7
* Configure: avoid uninit data in configdata.pmRichard Levitte2018-02-171-1/+2
* pkeyparam.pod: correct the command descriptionDr. Matthias St. Pierre2018-02-161-2/+2
* Configure: move down the treatment of seed sourcesRichard Levitte2018-02-151-11/+11
* AIX: make sure that the arflags value includes the command letter (r)Richard Levitte2018-02-152-5/+6
* Check the return code from ASN1_TIME_diff()Matt Caswell2018-02-151-1/+3
* The function X509_gmtime_adj() can failMatt Caswell2018-02-151-7/+10
* If s->ctx is NULL then this is an internal errorMatt Caswell2018-02-151-3/+8
* DRBG: make locking api truly privateDr. Matthias St. Pierre2018-02-157-38/+37
* Fix a gcc warning about possible fall throughBernd Edlinger2018-02-151-0/+1
* NOTES.UNIX: add additional note about --enable-new-dtagsRichard Levitte2018-02-151-0/+12
* Auto-size more of configdata.pm "disabled features"Benjamin Kaduk2018-02-141-1/+3
* OSSL_STORE: Add OSSL_STORE_vctrl()Richard Levitte2018-02-143-3/+11
* PEM_read_bio_PrivateKey.pod: replace geek speek by something more seriousDr. Matthias St. Pierre2018-02-141-3/+3
* VMS: build ia64 assembler files if 'ias' is availableRichard Levitte2018-02-141-1/+5
* VMS: modify crypto/bn/asm/ia64.S to build properlyRichard Levitte2018-02-141-0/+4
* VMS: add the possibility to use Itanium assembler with 'ias'Richard Levitte2018-02-142-52/+143
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-1421-142/+129
* d2i_X509.pod: clarify usage of the 'pp' function parameterDr. Matthias St. Pierre2018-02-141-9/+11
* Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitableMatt Caswell2018-02-142-2/+2
* Make sure we check the return value of extract_min_max()Matt Caswell2018-02-141-1/+3
* Fix a memory leak in an error pathMatt Caswell2018-02-141-0/+1
* Build files: parametrize cppRichard Levitte2018-02-144-4/+8
* VMS: simplify config targetsRichard Levitte2018-02-141-98/+59
* Avoid fragile aliasing of SHA224/384 update/finalViktor Dukhovni2018-02-131-9/+24
* Use both getrandom() and /dev/urandom by default on Linux.Kurt Roeckx2018-02-131-7/+11
* VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte2018-02-132-3/+8
* Configure: if a file is generated, never assume it's in the source dirRichard Levitte2018-02-131-2/+2
* s390x assembly pack: implement OPENSSL_rdtsc as STCKFPatrick Steuer2018-02-131-0/+8
* Generate copyright year properlyRich Salz2018-02-1313-14/+43
* OPENSSL_cleanup: cleanup secure memoryDr. Matthias St. Pierre2018-02-131-0/+2