summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-15Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte
2019-02-14Sparse array iterators include index position.Pauli
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-13Sparse array limit testing: reduce the range limit for the number of bitsPauli
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2019-02-13Fix typo in commentPauli
2019-02-12To use BN_BITS2, we'd better include openssl/bn.hRichard Levitte
2019-02-12e_devcrypto: make the /dev/crypto engine dynamicEneas U de Queiroz
2019-02-12AArch64 assembly pack: authenticate return addresses.Andy Polyakov
2019-02-12Add sparse array data type.Pauli
2019-02-11Allow the syntax of the .include directive to optionally have '='Tomas Mraz
2019-02-11Fix comment typoPauli
2019-02-11Fix null pointer dereference in ssl_module_initDaniel DeFreez
2019-02-08Fix d2i_PublicKey() for EC keysTodd Short
2019-02-06blake2: avoid writing to output buffer when using default digest lengthAntoine Salon
2019-02-06blake2: backport changes to blake2sAntoine Salon
2019-02-06blake2: register MAC objectsAntoine Salon
2019-02-06blake2b: add EVP_MAC APIAntoine Salon
2019-02-06blake2b: add support for parameter setting and keyed hashAntoine Salon
2019-02-06blake2: add implementation support for variable digest lengthAntoine Salon
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-05crypto/poly1305/asm/poly1305-s390x.pl: add vx code path.Patrick Steuer
2019-02-04Build: correct assembler generation in crypto/rc4/build.infoRichard Levitte
2019-02-01poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov
2019-02-01perlasm/ppc-xlate.pl: add VSX word load/store instructions.Andy Polyakov
2019-01-31Fix a crash in reuse of i2d_X509_PUBKEYBernd Edlinger
2019-01-31Fixed d2i_X509 in-place not re-hashing the ex_flagsBernd Edlinger
2019-01-31Fix a memory leak with di2_X509_CRL reuseBernd Edlinger
2019-01-31Build: remove EXTRARichard Levitte
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-27add an additional async notification communication method based on callbackPing Yu
2019-01-27crypto/bn: fix return value in BN_generate_primeDavid Asraf
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-21Rework building: Unix changes to handle extensions and product namesRichard Levitte
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger
2019-01-21Fix a memory leak in the mem bioCorey Minyard
2019-01-17Reduce inputs before the RSAZ code.David Benjamin
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte
2019-01-16crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte
2019-01-16crypto/uid.c: use own macro as guard rather than AT_SECURERichard Levitte
2019-01-15Check more return values in the SRP codeMatt Caswell
2019-01-15Check a return value in the SRP codeMatt Caswell
2019-01-13Fix compilation with `-DREF_PRINT`Anna Henningsen
2019-01-08Fix compilation on sparcMatt Caswell