summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor -engine documentationRich Salz2020-01-0730-198/+160
* Modify the add_seeds_stringlist() macro to fix a preprocessor errorDr. Matthias St. Pierre2020-01-071-5/+6
* Move random-related defines to "crypto/rand.h"Dr. Matthias St. Pierre2020-01-073-49/+50
* Configuration: synchronise the variables on the build file templatesRichard Levitte2020-01-073-1/+16
* Make ECDSA_size() use consistent asn1 encoder.Shane Lontis2020-01-071-19/+14
* coverity 1201462: check error returnsPauli2020-01-071-4/+3
* coverity 1201478: check BIO_indent returnsPauli2020-01-071-7/+9
* Fix KMAC docsShane Lontis2020-01-072-4/+4
* Add missing inclusion of "internal/deprecated.h"Richard Levitte2020-01-063-1/+21
* Add `-passin` arg to `ocsp`kaysond2020-01-062-1/+17
* Deprecate the low level AES functionsMatt Caswell2020-01-0636-72/+327
* Don't use the low level AES key wrap APIs in CMSMatt Caswell2020-01-061-22/+59
* Don't store an HMAC key for longer than we needMatt Caswell2020-01-063-23/+40
* EVP: Fix method to determine if a PKEY is legacy or notRichard Levitte2020-01-061-1/+1
* Move -nameopt to openssl.podRich Salz2020-01-069-197/+184
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-0617-197/+2529
* Fix incorrect return code on ECDSA key verificationAndrew Hoang2020-01-051-2/+2
* Fix disabled ecdsa in apps/speedfangming.fang2020-01-051-0/+1
* Fix side channel in ecp_nistz256-armv8.plFangming.Fang2020-01-051-37/+28
* Fix side channel in the ecp_nistz256.c reference implementationBernd Edlinger2020-01-051-9/+40
* Improve side channel fix in ecp_nistz256-x86_64.plBernd Edlinger2020-01-051-25/+6
* Fix side channel in ecp_nistz256-armv4.plBernd Edlinger2020-01-051-46/+33
* Fix side channel in ecp_nistz256-x86.plBernd Edlinger2020-01-051-40/+36
* Avoid leaking intermediate states in point doubling special case.David Benjamin2020-01-051-6/+15
* Fix potential SCA vulnerability in some EC_METHODsNicola Tuveri2020-01-053-6/+71
* coverity 1456638: fix null checkPauli2020-01-051-4/+3
* coverity 1456639: fix NULL dereferencePauli2020-01-051-3/+5
* coverity 1456640: fix null checkPauli2020-01-051-4/+3
* coverity 1456642: fix null checkPauli2020-01-051-4/+2
* Add -iter option to pkcs12 commandIbrahim M. Ghazal2020-01-022-10/+19
* Run make updateMatt Caswell2020-01-028-8/+8
* Update tls13_enc.cdcruette2020-01-021-1/+1
* Temporarily disable the explicit enable-asan buildMatt Caswell2019-12-271-3/+4
* Temporarily disable some Travis external testsMatt Caswell2019-12-271-1/+2
* Don't run test_conf in cross compiled buildsMatt Caswell2019-12-261-0/+4
* Fix a race condition in the speed commandBernd Edlinger2019-12-261-12/+11
* Configurations/windows-makefile.tmpl: HTMLDOCS are files, not directoriesRichard Levitte2019-12-261-8/+22
* Removed now documented stuff from util/missing*.txtRichard Levitte2019-12-262-30/+0
* util/find-doc-nits: when loading "missing" files, check if documentedRichard Levitte2019-12-261-0/+5
* Update the krb5 submoduleBenjamin Kaduk2019-12-251-0/+0
* Add some missing cfi frame info in rc4-md5-x86_64.plBernd Edlinger2019-12-232-0/+4
* Add some missing cfi frame info in poly1305-x86_64.plBernd Edlinger2019-12-231-0/+24
* Add some missing cfi frame info in aesni-gcm-x86_64.plBernd Edlinger2019-12-231-0/+8
* Add some missing cfi frame info in x25519-x86_64.plBernd Edlinger2019-12-231-0/+14
* Fix aesni_cbc_sha256_enc_avx2 backtrace infoBernd Edlinger2019-12-231-14/+44
* Add some missing cfi frame info in ecp_nistz256-x86_64.plBernd Edlinger2019-12-231-0/+8
* Fix no-dsa buildsMatt Caswell2019-12-231-1/+3
* Fix no-dhMatt Caswell2019-12-233-1/+9
* Fix evp_extra_test with no-dhMatt Caswell2019-12-231-0/+4
* Add fips self test DEP for solaris and hpuxShane Lontis2019-12-221-6/+31