summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2013-05-19Add AES-NI GCM stich and take it into build loop [from master].Andy Polyakov
2013-05-19gcm128.c: update from master (add AVX and VIS3 support).Andy Polyakov
2013-05-19ghash-sparcv9.pl: update from master.Andy Polyakov
2013-05-19ghash-x86_64.pl: update from master.Andy Polyakov
2013-05-19ghash-x86.pl: update from master.Andy Polyakov
2013-05-19sha512-x86_64.pl: update from master.Andy Polyakov
2013-05-19sha512-586.pl: update from master.Andy Polyakov
2013-05-19sha256-598.pl: update from master.Andy Polyakov
2013-05-19sha1-x86_64.pl: update from master.Andy Polyakov
2013-05-19sha1-586.pl: update from master.Andy Polyakov
2013-05-19crypto/perlasm: update from master.Andy Polyakov
2013-05-02Reencode certificates in X509_sign_ctx.Dr. Stephen Henson
2013-04-13crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7.Andy Polyakov
2013-03-31Typo.Dr. Stephen Henson
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell
2013-03-20enhance EC method to support setting curve type when generating keys and add ...Dr. Stephen Henson
2013-03-18x86cpuid.pl: make it work with older CPUs.Andy Polyakov
2013-03-18e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.Andy Polyakov
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-03-01x86_64-gf2m.pl: fix typo.Andy Polyakov
2013-03-01x86_64-gf2m.pl: add missing Windows build fix for #2963.Andy Polyakov
2013-02-26Add function CMS_RecipientInfo_encryptDr. Stephen Henson
2013-02-16bn_nist.c: work around clang 3.0 bug.Andy Polyakov
2013-02-11sparccpuid.S: work around emulator bug on T1.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-02-06Add and use a constant-time memcmp.Ben Laurie
2013-02-02bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov
2013-02-02x86_64 assembly pack: keep making Windows build more robust.Andy Polyakov
2013-01-23Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP setDr. Stephen Henson
2013-01-22x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov
2013-01-22bn/asm/mips.pl: hardwire local call to bn_div_words.Andy Polyakov
2013-01-20Don't include comp.h if no-comp set.Dr. Stephen Henson
2013-01-17initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson
2013-01-17constifyDr. Stephen Henson
2013-01-17New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson
2013-01-16print out issuer and subject unique identifier fields in certificatesDr. Stephen Henson
2013-01-15add wrapper function for certificate downloadDr. Stephen Henson
2013-01-15Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson
2013-01-15make updateDr. Stephen Henson
2013-01-13Fix some clang warnings.Ben Laurie
2013-01-07In FIPS mode use PKCS#8 format when writing private keys:Dr. Stephen Henson
2013-01-06Fix warning.Ben Laurie
2012-12-30make no-comp compileDr. Stephen Henson
2012-12-26Portability fix: use BIO_snprintf and pick up strcasecmp alternativeDr. Stephen Henson
2012-12-26Add missing prototype to x509.hDr. Stephen Henson
2012-12-26New function X509_chain_up_ref to dup and up the reference count ofDr. Stephen Henson
2012-12-26add suite B chain validation flags and associated verify errorsDr. Stephen Henson