summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* s390x assembly pack: add OPENSSL_s390xcap environment variable.Patrick Steuer2018-10-173-13/+556
* Deprecate ECDH_KDF_X9_62()Antoine Salon2018-10-171-0/+2
* EVP module documentation passAntoine Salon2018-10-175-9/+31
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-1610-44/+116
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.Andy Polyakov2018-10-121-2/+2
* Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz2018-10-111-8/+8
* crypto/rand: fix some style nit'sFdaSilvaYY2018-10-103-12/+12
* rand_unix.c: fix --with-rand-seed=none buildDr. Matthias St. Pierre2018-10-101-15/+22
* Fix a nit of copyright date rangePaul Yang2018-10-091-1/+1
* /dev/crypto engine: give CIOCFSESSION the actual sess-idRichard Levitte2018-10-051-4/+4
* test/secmemtest: test secure memory only if it is implementedDr. Matthias St. Pierre2018-10-051-27/+23
* Fix the BIO callback return code handlingMatt Caswell2018-10-041-2/+2
* Fix some Coverity warningsMatt Caswell2018-10-021-3/+5
* Small cleanup (util/mkdef.pl, crypto/bio/bss_log.c, include/openssl/ocsp.h)Richard Levitte2018-09-301-0/+5
* Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis2018-09-277-60/+753
* Use secure_getenv(3) when available.Pauli2018-09-2410-26/+52
* typo-fixes: miscellaneous typo fixesagnosticdev2018-09-212-2/+2
* crypto/bn/asm/x86_64-gcc.c: remove unnecessary redefinition of BN_ULONGRichard Levitte2018-09-211-6/+0
* /dev/crypto engine: add missing RC4 parameterRichard Levitte2018-09-201-1/+1
* crypto/ui/ui_openssl.c: make sure to recognise ENXIO and EIO tooRichard Levitte2018-09-201-0/+18
* Add missing include file.Pauli2018-09-171-3/+1
* Use 'i' as parameter name not 'I'.Pauli2018-09-171-2/+2
* VMS: only use the high precision on VMS v8.4 and upRichard Levitte2018-09-151-3/+8
* Make some return checks consistent with othersPaul Yang2018-09-131-3/+3
* Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre2018-09-121-1/+5
* minor fixes for WindowsViktor Szakats2018-09-122-1/+3
* crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly definedRichard Levitte2018-09-121-0/+1
* Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli2018-09-123-0/+34
* FIPS 140-2 IG A.9 XTS key check.Pauli2018-09-121-2/+22
* Update copyright yearMatt Caswell2018-09-1161-61/+61
* Check the return value from ASN1_INTEGER_setMatt Caswell2018-09-101-1/+2
* Validate the SM2 digest len before useMatt Caswell2018-09-101-1/+7
* crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre2018-09-101-1/+1
* ASN.1 DER: Make INT32 / INT64 types read badly encoded LONG zeroesRichard Levitte2018-09-091-0/+24
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-093-21/+27
* SipHash: make it possible to control the hash size through string controlsRichard Levitte2018-09-091-0/+6
* Add missing SM2err and fix doc nitsPaul Yang2018-09-074-1/+7
* Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang2018-09-071-2/+14
* Update document for SM2 stuffsPaul Yang2018-09-076-6/+24
* Support setting SM2 IDPaul Yang2018-09-0711-83/+138
* Make SM2 ID stick to specificationPaul Yang2018-09-073-18/+63
* Support pmeth->digest_customPaul Yang2018-09-073-0/+25
* Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang2018-09-072-1/+13
* Remove unnecessary sm2_za.cPaul Yang2018-09-074-140/+116
* Avoid SEGV when giving X509_sign a NULL private key.Pauli2018-09-071-1/+3
* RSA padding Zeroization fixesShane Lontis2018-09-062-17/+21
* Key zeroization fix for EVP_SealInit + added simple testShane Lontis2018-09-061-6/+13