summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary trailing whitespaceSam Roberts2019-02-0512-24/+24
* crypto/poly1305/asm/poly1305-s390x.pl: add vx code path.Patrick Steuer2019-02-051-164/+780
* Build: correct assembler generation in crypto/rc4/build.infoRichard Levitte2019-02-041-2/+2
* poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov2019-02-012-111/+1452
* perlasm/ppc-xlate.pl: add VSX word load/store instructions.Andy Polyakov2019-02-011-0/+2
* Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger2019-01-311-0/+1
* Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger2019-01-311-0/+23
* Fix a memory leak with di2_X509_CRL reuseBernd Edlinger2019-01-311-0/+12
* Build: remove EXTRARichard Levitte2019-01-311-3/+0
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-317-49/+20
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-301-6/+2
* Don't leak memory from ERR_add_error_vdata()Matt Caswell2019-01-291-3/+15
* 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