summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0j releaseOpenSSL_1_1_0jMatt Caswell2018-11-204-6/+6
* Update copyright yearMatt Caswell2018-11-2042-42/+42
* Update CHANGES and NEWS for new releaseMatt Caswell2018-11-202-1/+22
* Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte2018-11-141-1/+1
* test/recipes/90-test_shlibload.t needs $target{shared_extension}Richard Levitte2018-11-141-0/+6
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-142-17/+38
* Configuration: make sure the shared_sources table doesn't contain empty elementsRichard Levitte2018-11-131-2/+2
* Windows build: build foo.d after foo.objRichard Levitte2018-11-131-9/+7
* [crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley2018-11-101-19/+23
* Fix cherry-pick errorRichard Levitte2018-11-091-2/+2
* VMS build: colon after target must be separated with a spaceRichard Levitte2018-11-091-1/+1
* Have install targets depend on more precise build targetsRichard Levitte2018-11-093-12/+12
* Allow parallel installRichard Levitte2018-11-093-37/+52
* Add a constant time flag to one of the bignums to avoid a timing leak.Pauli2018-11-021-0/+1
* Remove brace from bad cherry-pick of DSA reallocation fixRod Vagg2018-10-301-1/+1
* Timing vulnerability in ECDSA signature generation (CVE-2018-0735)Pauli2018-10-291-3/+3
* Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli2018-10-291-13/+15
* DSA mod inverse fixPauli2018-10-291-1/+31
* md_rand.c: don't stop polling until properly initializedDr. Matthias St. Pierre2018-10-221-6/+4
* arch/async_posix.h: improve portability.Andy Polyakov2018-10-191-1/+2
* Apply self-imposed path length also to root CAsViktor Dukhovni2018-10-181-5/+4
* Only CA certificates can be self-issuedViktor Dukhovni2018-10-181-2/+2
* ssl/s3_enc.c: fix logical errors in ssl3_final_finish_mac.Andy Polyakov2018-10-171-3/+5
* apps: allow empty attribute values with -subjBenjamin Kaduk2018-10-153-4/+14
* Fix copy&paste error found in Coverity scanTomas Mraz2018-10-131-1/+1
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* Clean out aliases in include/openssl/symhacks.hRichard Levitte2018-10-041-15/+0
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-10-044-14/+6
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-10-0213-9/+110
* [test] ECC: make sure negative tests pass for the right reasonsBilly Brumley2018-09-293-0/+180
* More EVP ECC testing: positive and negativeBilly Brumley2018-09-292-1/+4367
* Move evp test programs input data to its own data dirNicola Tuveri2018-09-299-2/+2
* Split test/evptests.txt into separate files.Nicola Tuveri2018-09-299-3165/+3294
* Document OPENSSL_VERSION_TEXT macroDaniel Bevenius2018-09-241-1/+6
* Use secure_getenv(3) when available.Pauli2018-09-2411-26/+55
* crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte2018-09-211-6/+0
* crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte2018-09-201-0/+18
* Use 'i' as parameter name not 'I'.Pauli2018-09-173-6/+6
* Add a compile time test to verify that openssl/rsa.h and complex.h canPauli2018-09-173-1/+32
* Add an explicit cast to time_tMatt Caswell2018-09-131-2/+2
* minor fixes for WindowsViktor Szakats2018-09-122-2/+2
* Make the config script fail with an error code if Configure failedBernd Edlinger2018-09-111-0/+1
* Fix typos in documentation.parasssh2018-09-113-7/+7
* CAPI engine: add support for RSA_NO_PADDINGRichard Levitte2018-09-111-7/+21
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* RSA padding Zeroization fixesShane Lontis2018-09-062-16/+21
* Harmonize the error handling codepathNicola Tuveri2018-09-054-8/+12
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-054-4/+4
* Key zeroization fix for EVP_SealInit.Pauli2018-09-052-8/+61
* New openssl subject parser hard to debugEric Curtin2018-09-051-1/+7