summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-181-4/+5
* Property: naming and manual clarifiationsRichard Levitte2019-02-181-22/+21
* Don't leak EVP_KDF_CTX on errorMatt Caswell2019-02-181-4/+5
* generated filesPauli2019-02-182-0/+80
* Properties for implementation selection.Pauli2019-02-1814-5/+2154
* Check for unpaired .cfi_remember_stateDavid Benjamin2019-02-171-1/+7
* Fix some CFI issues in x86_64 assemblyDavid Benjamin2019-02-179-2/+127
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-1711-4/+141
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-168-220/+191
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-1616-73/+185
* s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer2019-02-161-1/+1
* Add an OpenSSL library contextRichard Levitte2019-02-162-1/+111
* Add CRYPTO_alloc_ex_data()Richard Levitte2019-02-161-0/+30
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+5
* Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte2019-02-151-12/+13
* Sparse array iterators include index position.Pauli2019-02-142-16/+21
* Added new EVP/KDF API.David Makepeace2019-02-1320-692/+1517
* Sparse array limit testing: reduce the range limit for the number of bitsPauli2019-02-131-1/+1
* Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez2019-02-131-1/+4
* Fix typo in commentPauli2019-02-131-1/+1
* To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte2019-02-121-0/+1
* e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz2019-02-123-1256/+17
* AArch64 assembly pack: authenticate return addresses.Andy Polyakov2019-02-128-1/+77
* Add sparse array data type.Pauli2019-02-124-2/+448
* Allow the syntax of the .include directive to optionally have '='Tomas Mraz2019-02-111-1/+6
* Fix comment typoPauli2019-02-111-1/+1
* Fix null pointer dereference in ssl_module_initDaniel DeFreez2019-02-101-0/+2
* Fix d2i_PublicKey() for EC keysTodd Short2019-02-081-1/+1
* blake2: avoid writing to output buffer when using default digest lengthAntoine Salon2019-02-062-10/+24
* blake2: backport changes to blake2sAntoine Salon2019-02-069-11/+262
* blake2: register MAC objectsAntoine Salon2019-02-064-3/+16
* blake2b: add EVP_MAC APIAntoine Salon2019-02-065-1/+199
* blake2b: add support for parameter setting and keyed hashAntoine Salon2019-02-063-7/+70
* blake2: add implementation support for variable digest lengthAntoine Salon2019-02-063-9/+19
* 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