summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-06-01Engage ARMv8 AES support.Andy Polyakov
2014-06-01linux-aarch64: engage SHA modules.Andy Polyakov
2014-06-01Add SHA for ARMv8.Andy Polyakov
2014-06-01Add linux-aarch64 taget.Andy Polyakov
2014-06-01Tidy up, don't exceed the number of requested bits.Ben Laurie
2014-06-01Constify and reduce coprime random bits to allow for multiplier.Ben Laurie
2014-06-01Add a test to check we're really generating probable primes.Felix Laurie von Massenbach
2014-06-01Remove unused BIGNUMs.Felix Laurie von Massenbach
2014-06-01Refactor the first prime index.Felix Laurie von Massenbach
2014-06-01Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach
2014-06-01Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach
2014-06-01Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach
2014-06-01Remove static from probable_prime_dh.Felix Laurie von Massenbach
2014-06-01Remove indentation from the goto targets.Felix Laurie von Massenbach
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2014-05-29aesv8-armx.pl: add CTR implementation.Andy Polyakov
2014-05-29Set version number correctly.Dr. Stephen Henson
2014-05-29Fix memory leak.František Bořánek
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser
2014-05-29aesp8-ppc.pl: optimize CBC decrypt even further.Andy Polyakov
2014-05-25Make it build.Ben Laurie
2014-05-25add test case to makefilesChristian Heimes
2014-05-25Implement tests for PKCS#5 PBKDF2 HMACChristian Heimes
2014-05-25Don't use expired certificates if possible.Dr. Stephen Henson
2014-05-25Rename vpm_int.h to x509_lcl.hDr. Stephen Henson
2014-05-23OpenSSL is able to generate a certificate with name constraints with any poss...Luiz Angelo Daros de Luca
2014-05-23aesp8-ppc.pl: add optimized CBC decrypt.Andy Polyakov
2014-05-23vpaes-ppc.pl: comply with ABI.Andy Polyakov
2014-05-22Check length first in BUF_strnlen().Ben Laurie
2014-05-21Remove redundant test.Ben Laurie
2014-05-21Implement BUF_strnlen() and use it instead of strlen().Ben Laurie
2014-05-21Fixes to host checking.Viktor Dukhovni
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-05-20aesv8-armx.pl: fix typo.Andy Polyakov
2014-05-20aesv8-armx.pl: optimize by adding 128-bit code paths.Andy Polyakov
2014-05-20Don't allocate more than is needed in BUF_strndup().Ben Laurie
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-19Add "teaser" AES module for ARMv8.Andy Polyakov
2014-05-12Add "teaser" AES module for PowerISA 2.07.Andy Polyakov
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2014-05-06- fix coverity issues 966593-966596Tim Hudson
2014-05-04md5/asm/md5-[586|x86_64].pl: +15% on Atom.Andy Polyakov
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov