summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-04-02Fix base64 decoding bug.Eric Young
2014-03-02Use nid not cipher type as some ciphers don't have OIDs.Dr. Stephen Henson
2014-03-02Make null cipher work in FIPS mode.Dr. Stephen Henson
2014-03-01Add additional FIPS digests.Dr. Stephen Henson
2014-02-27Fix fips flag handling.Dr. Stephen Henson
2014-02-27Remove unused file.Dr. Stephen Henson
2014-02-27evp/e_aes.c: harmonize with 1.0.1.Andy Polyakov
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-13evp/e_aes_cbc_hmac_sha*.c: improve cache locality.Andy Polyakov
2014-02-06make updateDr. Stephen Henson
2014-02-05evp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implementations [from master].Andy Polyakov
2014-02-02Add AES-NI+SHA256 stitch registrations (from master).Andy Polyakov
2014-02-01PPC assembly pack: jumbo update from master.Andy Polyakov
2013-12-20Ignore NULL parameter in EVP_MD_CTX_destroy.Dr. Stephen Henson
2013-12-18evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov
2013-12-09ARM assembly pack: AES update from master (including bit-sliced module).Andy Polyakov
2013-12-01make updateDr. Stephen Henson
2013-11-14Constify.Dr. Stephen Henson
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
2013-11-11Fix memory leak.Dr. Stephen Henson
2013-11-06Initialise context before using it.Dr. Stephen Henson
2013-11-03PBKDF2 should be efficient. Contributed by Christian HeimesBen Laurie
2013-10-05evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov
2013-10-01Algorithm parameter support.Dr. Stephen Henson
2013-10-01CMS support for key agreeement recipient info.Dr. Stephen Henson
2013-10-01Add control to retrieve signature MD.Dr. Stephen Henson
2013-10-01EVP support for wrapping algorithms.Dr. Stephen Henson
2013-10-01evptests.txt: add XTS test vectorsAndy Polyakov
2013-10-01evptests.txt: additional GCM test vectors.Andy Polyakov
2013-10-01Fix warnings.Ben Laurie
2013-10-01GCM and CCM test supportDr. Stephen Henson
2013-10-01Add CCM ciphers to tables.Dr. Stephen Henson
2013-08-03crypto/evp/e_aes.c: fix logical pre-processor bug and formatting.Andy Polyakov
2013-06-04Missing prototypes.Ben Laurie
2013-06-04Remove added ;.Ben Laurie
2013-05-20evp/e_aes.c: engage SPARC T4 AES support [from master].Andy Polyakov
2013-05-20evp/e_aes.c: engage AES-NI GCM stitch.Andy Polyakov
2013-05-20evp/evp_err.c: update from master.Andy Polyakov
2013-05-20evp/e_camellia.c: engage SPARC T5 Camellia support [from master].Andy Polyakov
2013-05-20evp/e_des[3].c: engage SPARC T4 DES support.Andy Polyakov
2013-05-19evp/Makefile: fix typo.Andy Polyakov
2013-05-19Add EVP glue to AES-NI SHA256 stich [from master].Andy Polyakov
2013-03-18e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.Andy Polyakov
2013-02-08e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.Andy Polyakov
2013-02-06e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.Andy Polyakov
2013-02-06e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.Andy Polyakov
2013-02-06Make CBC decoding constant time.Ben Laurie
2013-01-15make updateDr. Stephen Henson