summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach
2014-06-17Fix shadow declaration.Felix Laurie von Massenbach
2014-06-16aesni-sha[1|256]-x86_64.pl: fix logical error and MacOS X build.Andy Polyakov
2014-06-16aesp8-ppc.pl: add CTR mode.Andy Polyakov
2014-06-14Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni
2014-06-14evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov
2014-06-14aesni-sha256-x86_64.pl: add missing rex in shaext.Andy Polyakov
2014-06-14sha1-x86_64.pl: add missing rex prefix in shaext.Andy Polyakov
2014-06-12Client-side namecheck wildcards.Viktor Dukhovni
2014-06-12Facilitate back-porting of AESNI and SHA modules.Andy Polyakov
2014-06-11ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov
2014-06-11Add support for Intel SHA extension.Andy Polyakov
2014-06-10Separate the SCT List parser from the SCT List viewerRob Stradling
2014-06-10aesni-mb-x86_64.pl: add Win64 SEH.Andy Polyakov
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2014-06-06ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov
2014-06-06sha[1|512]-armv8.pl: get instruction endianness right.Andy Polyakov
2014-06-06Engage GHASH for ARMv8.Andy Polyakov
2014-06-06Add GHASH for ARMv8 Crypto Extension.Andy Polyakov
2014-06-06aesv8-armx.pl update:Andy Polyakov
2014-06-04aesp8-ppc.pl: fix typos.Andy Polyakov
2014-06-04evp/e_aes.c: add erroneously omitted break;Andy Polyakov
2014-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek
2014-06-02evp/e_aes.c: populate HWAES_* to remaning modes.Andy Polyakov
2014-06-01Engage POWER8 AES support.Andy Polyakov
2014-06-01armv4cpuid.S: switch to CNTVCT tick counter.Andy Polyakov
2014-06-01sha[1|256]-armv4: harmonize with arm_arch.h.Andy Polyakov
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