aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-2718-396/+585
* add an additional async notification communication method based on callbackPing Yu2019-01-272-0/+38
* crypto/bn: fix return value in BN_generate_primeDavid Asraf2019-01-271-1/+1
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-243-0/+32
* Rework building: Unix changes to handle extensions and product namesRichard Levitte2019-01-211-1/+1
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-214-25/+165
* Fix a memory leak in the mem bioCorey Minyard2019-01-211-10/+14
* Reduce inputs before the RSAZ code.David Benjamin2019-01-171-31/+33
* crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte2019-01-161-11/+13
* crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte2019-01-162-47/+49
* crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte2019-01-161-1/+2
* Check more return values in the SRP codeMatt Caswell2019-01-152-4/+19
* Check a return value in the SRP codeMatt Caswell2019-01-151-0/+2
* Fix compilation with `-DREF_PRINT`Anna Henningsen2019-01-133-3/+3
* Fix compilation on sparcMatt Caswell2019-01-082-2/+5
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-075-17/+85
* Update generator copyright year.Viktor Dukhovni2019-01-076-6/+6
* crypto/evp/e_aes.c: build again on s390xRichard Levitte2019-01-051-2/+14
* crypto/chacha/asm/chacha-s390x.pl: add vx code path.Patrick Steuer2019-01-052-259/+558
* s390x assembly pack: perlasm support.Patrick Steuer2019-01-051-0/+3060
* Support _onexit() in preference to atexit() on WindowsMatt Caswell2019-01-041-2/+16
* Introduce a no-pinshared optionMatt Caswell2019-01-041-2/+6
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-041-4/+32
* Fix a RUN_ONCE bugMatt Caswell2019-01-041-14/+33
* make updateMatt Caswell2019-01-035-5/+5
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-311-3/+6
* EVP_PKEY_size declared to take a const parameterShreya Bhandare2018-12-231-1/+1
* Do not complain when /dev/crypto does not exist.Jung-uk Kim2018-12-231-1/+6
* Coverity fix in some crypto/asn1 codeFdaSilvaYY2018-12-223-19/+43
* Admit unknown pkey types at security level 0Ken Goldman2018-12-201-2/+9
* X509_check_issued: check that signature algo matches signing key algoRichard Levitte2018-12-192-2/+25
* Convert tls1_prf_P_hash to use the EVP_MAC interfaceKurt Roeckx2018-12-151-23/+23
* ERR: preserve system error number in a few more placesRichard Levitte2018-12-141-0/+5
* Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short2018-12-132-29/+29
* Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi2018-12-131-0/+1
* add missing check for BN_mod_inverseMansour Ahmadi2018-12-131-0/+2
* fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi2018-12-131-1/+1
* Add RFC5297 AES-SIV supportTodd Short2018-12-128-11/+521
* Disallow Ed448 signature malleabilityMatt Caswell2018-12-111-2/+28
* typo ANS1 -> ASN1nxtstep2018-12-111-1/+1
* eng_devcrypto: add command to dump driver infoEneas U de Queiroz2018-12-101-24/+127
* eng_devcrypto: add configuration optionsEneas U de Queiroz2018-12-101-41/+353
* eng_devcrypto: save ioctl if EVP_MD_..FLAG_ONESHOTEneas U de Queiroz2018-12-101-5/+12
* eng_devcrypto: make sure digest can do copyEneas U de Queiroz2018-12-101-8/+26
* eng_devcrypto: fix ctr modeEneas U de Queiroz2018-12-101-23/+102
* eng_devcrypto: add cipher CTX copy functionEneas U de Queiroz2018-12-101-0/+18
* eng_devcrypto: close session on cleanup, not finalEneas U de Queiroz2018-12-101-4/+9
* eng_devcrypto: fix copy of unitilialized digestEneas U de Queiroz2018-12-101-8/+4
* eng_devcrypto: expand digest failure casesEneas U de Queiroz2018-12-101-0/+5
* eng_devcrypto: don't leak methods tablesEneas U de Queiroz2018-12-101-5/+5