aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned comparisons.Felix Laurie von Massenbach2014-06-171-1/+1
* Fix shadow declaration.Felix Laurie von Massenbach2014-06-172-4/+6
* aesni-sha[1|256]-x86_64.pl: fix logical error and MacOS X build.Andy Polyakov2014-06-162-6/+8
* aesp8-ppc.pl: add CTR mode.Andy Polyakov2014-06-162-0/+655
* Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyViktor Dukhovni2014-06-141-6/+5
* evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.Andy Polyakov2014-06-142-47/+43
* aesni-sha256-x86_64.pl: add missing rex in shaext.Andy Polyakov2014-06-141-1/+1
* sha1-x86_64.pl: add missing rex prefix in shaext.Andy Polyakov2014-06-141-1/+5
* Client-side namecheck wildcards.Viktor Dukhovni2014-06-123-6/+72
* Facilitate back-porting of AESNI and SHA modules.Andy Polyakov2014-06-126-31/+109
* ghash-x86_64.pl: optimize for upcoming Atom.Andy Polyakov2014-06-111-26/+24
* Add support for Intel SHA extension.Andy Polyakov2014-06-118-52/+2387
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-102-71/+194
* aesni-mb-x86_64.pl: add Win64 SEH.Andy Polyakov2014-06-101-17/+177
* Fix null pointer errors.Dr. Stephen Henson2014-06-101-0/+3
* Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk2014-06-081-0/+1
* ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov2014-06-068-47/+89
* sha[1|512]-armv8.pl: get instruction endianness right.Andy Polyakov2014-06-062-2/+2
* Engage GHASH for ARMv8.Andy Polyakov2014-06-062-5/+24
* Add GHASH for ARMv8 Crypto Extension.Andy Polyakov2014-06-061-0/+240
* aesv8-armx.pl update:Andy Polyakov2014-06-061-17/+24
* aesp8-ppc.pl: fix typos.Andy Polyakov2014-06-042-5/+5
* evp/e_aes.c: add erroneously omitted break;Andy Polyakov2014-06-041-0/+1
* Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek2014-06-031-1/+1
* evp/e_aes.c: populate HWAES_* to remaning modes.Andy Polyakov2014-06-021-0/+50
* Engage POWER8 AES support.Andy Polyakov2014-06-015-3/+30
* armv4cpuid.S: switch to CNTVCT tick counter.Andy Polyakov2014-06-011-1/+1
* sha[1|256]-armv4: harmonize with arm_arch.h.Andy Polyakov2014-06-012-4/+4
* Engage ARMv8 AES support.Andy Polyakov2014-06-013-5/+77
* linux-aarch64: engage SHA modules.Andy Polyakov2014-06-011-0/+3
* Add SHA for ARMv8.Andy Polyakov2014-06-012-0/+747
* Add linux-aarch64 taget.Andy Polyakov2014-06-013-11/+121
* Tidy up, don't exceed the number of requested bits.Ben Laurie2014-06-011-38/+41
* Constify and reduce coprime random bits to allow for multiplier.Ben Laurie2014-06-011-5/+8
* Add a test to check we're really generating probable primes.Felix Laurie von Massenbach2014-06-012-2/+40
* Remove unused BIGNUMs.Felix Laurie von Massenbach2014-06-011-7/+0
* Refactor the first prime index.Felix Laurie von Massenbach2014-06-011-3/+3
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-012-32/+111
* Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach2014-06-012-7/+17
* Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach2014-06-012-29/+57
* Remove static from probable_prime_dh.Felix Laurie von Massenbach2014-06-012-42/+43
* Remove indentation from the goto targets.Felix Laurie von Massenbach2014-06-011-3/+5
* Set default global mask to UTF8 only.Dr. Stephen Henson2014-06-011-1/+1
* aesv8-armx.pl: add CTR implementation.Andy Polyakov2014-05-291-1/+249
* Set version number correctly.Dr. Stephen Henson2014-05-291-2/+2
* Fix memory leak.František Bořánek2014-05-291-1/+1
* remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser2014-05-291-1/+1
* aesp8-ppc.pl: optimize CBC decrypt even further.Andy Polyakov2014-05-291-334/+231
* Make it build.Ben Laurie2014-05-251-2/+2
* add test case to makefilesChristian Heimes2014-05-252-2/+17