bn_exp.c: move check for AD*X to rsaz-avx2.pl.
[openssl.git] / crypto /
2014-06-26 Andy Polyakovbn_exp.c: move check for AD*X to rsaz-avx2.pl.
2014-06-25 Andy Polyakovaesp8-ppc.pl: rigid input verification in key setup.
2014-06-25 Andy Polyakovaesv8-armx.pl: rigid input verification in key setup.
2014-06-24 Andy Polyakovx86_64 assembly pack: addendum to last clang commit.
2014-06-24 Andy Polyakovx86_64 assembly pack: allow clang to compile AVX code.
2014-06-24 Andy Polyakovaesv8-armx.pl: inclrease interleave factor.
2014-06-24 Andy PolyakovARMv8 assembly pack: add Cortex performance numbers.
2014-06-23 Viktor DukhovniOne more typo when changing !result to result <= 0
2014-06-23 Viktor DukhovniFix typo in last commit
2014-06-23 Viktor DukhovniMultiple verifier reference identities.
2014-06-23 Viktor DukhovniImplement sk_deep_copy.
2014-06-23 Viktor DukhovniMore complete input validation of X509_check_mumble
2014-06-23 Viktor DukhovniX509_check_mumble() failure is <= 0, not just 0
2014-06-22 Viktor DukhovniDrop hostlen from X509_VERIFY_PARAM_ID.
2014-06-17 Felix Laurie von... Fix signed/unsigned comparisons.
2014-06-17 Felix Laurie von... Fix shadow declaration.
2014-06-16 Andy Polyakovaesni-sha[1|256]-x86_64.pl: fix logical error and MacOS...
2014-06-16 Andy Polyakovaesp8-ppc.pl: add CTR mode.
2014-06-14 Viktor DukhovniEnforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-only
2014-06-14 Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-06-14 Andy Polyakovaesni-sha256-x86_64.pl: add missing rex in shaext.
2014-06-14 Andy Polyakovsha1-x86_64.pl: add missing rex prefix in shaext.
2014-06-12 Viktor DukhovniClient-side namecheck wildcards.
2014-06-12 Andy PolyakovFacilitate back-porting of AESNI and SHA modules.
2014-06-11 Andy Polyakovghash-x86_64.pl: optimize for upcoming Atom.
2014-06-11 Andy PolyakovAdd support for Intel SHA extension.
2014-06-10 Rob StradlingSeparate the SCT List parser from the SCT List viewer
2014-06-10 Andy Polyakovaesni-mb-x86_64.pl: add Win64 SEH.
2014-06-10 Dr. Stephen HensonFix null pointer errors.
2014-06-08 Jakub WilkCreate ~/.rnd with mode 0600 instead of 0666
2014-06-06 Andy PolyakovARM assembly pack: get ARMv7 instruction endianness...
2014-06-06 Andy Polyakovsha[1|512]-armv8.pl: get instruction endianness right.
2014-06-06 Andy PolyakovEngage GHASH for ARMv8.
2014-06-06 Andy PolyakovAdd GHASH for ARMv8 Crypto Extension.
2014-06-06 Andy Polyakovaesv8-armx.pl update:
2014-06-04 Andy Polyakovaesp8-ppc.pl: fix typos.
2014-06-04 Andy Polyakovevp/e_aes.c: add erroneously omitted break;
2014-06-03 Libor KrystekCorrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lc...
2014-06-02 Andy Polyakovevp/e_aes.c: populate HWAES_* to remaning modes.
2014-06-01 Andy PolyakovEngage POWER8 AES support.
2014-06-01 Andy Polyakovarmv4cpuid.S: switch to CNTVCT tick counter.
2014-06-01 Andy Polyakovsha[1|256]-armv4: harmonize with arm_arch.h.
2014-06-01 Andy PolyakovEngage ARMv8 AES support.
2014-06-01 Andy Polyakovlinux-aarch64: engage SHA modules.
2014-06-01 Andy PolyakovAdd SHA for ARMv8.
2014-06-01 Andy PolyakovAdd linux-aarch64 taget.
2014-06-01 Ben LaurieMerge branch 'erbridge-probable_primes'
2014-06-01 Ben LaurieTidy up, don't exceed the number of requested bits.
2014-06-01 Ben LaurieConstify and reduce coprime random bits to allow for...
2014-06-01 Felix Laurie von... Add a test to check we're really generating probable...
2014-06-01 Felix Laurie von... Remove unused BIGNUMs.
2014-06-01 Felix Laurie von... Refactor the first prime index.
2014-06-01 Felix Laurie von... Try skipping over the adding and just picking a new...
2014-06-01 Felix Laurie von... Generate safe primes not divisible by 3, 5 or 7.
2014-06-01 Felix Laurie von... Add a method to generate a prime that is guaranteed...
2014-06-01 Felix Laurie von... Remove static from probable_prime_dh.
2014-06-01 Felix Laurie von... Remove indentation from the goto targets.
2014-06-01 Dr. Stephen HensonSet default global mask to UTF8 only.
2014-05-29 Andy Polyakovaesv8-armx.pl: add CTR implementation.
2014-05-29 Dr. Stephen HensonSet version number correctly.
2014-05-29 František BořánekFix memory leak.
2014-05-29 Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-05-29 Andy Polyakovaesp8-ppc.pl: optimize CBC decrypt even further.
2014-05-25 Ben LaurieMake it build.
2014-05-25 Christian Heimesadd test case to makefiles
2014-05-25 Christian HeimesImplement tests for PKCS#5 PBKDF2 HMAC
2014-05-25 Dr. Stephen HensonDon't use expired certificates if possible.
2014-05-25 Dr. Stephen HensonRename vpm_int.h to x509_lcl.h
2014-05-23 Luiz Angelo Daros... OpenSSL is able to generate a certificate with name...
2014-05-23 Andy Polyakovaesp8-ppc.pl: add optimized CBC decrypt.
2014-05-23 Andy Polyakovvpaes-ppc.pl: comply with ABI.
2014-05-22 Ben LaurieCheck length first in BUF_strnlen().
2014-05-21 Ben LaurieRemove redundant test.
2014-05-21 Ben LaurieImplement BUF_strnlen() and use it instead of strlen().
2014-05-21 Viktor DukhovniFixes to host checking.
2014-05-21 Dr. Stephen HensonFix for PKCS12_create if no-rc2 specified.
2014-05-20 Andy Polyakovaesv8-armx.pl: fix typo.
2014-05-20 Andy Polyakovaesv8-armx.pl: optimize by adding 128-bit code paths.
2014-05-20 Ben LaurieDon't allocate more than is needed in BUF_strndup().
2014-05-19 JanpopanFix a wrong parameter count ERR_add_error_data
2014-05-19 Andy PolyakovAdd "teaser" AES module for ARMv8.
2014-05-12 Andy PolyakovAdd "teaser" AES module for PowerISA 2.07.
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-05-09 Dr. Stephen HensonReturn an error if no recipient type matches.
2014-05-07 Matt CaswellFixed NULL pointer dereference in PKCS7_dataDecode...
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Geoff Thorpebignum: allow concurrent BN_MONT_CTX_set_locked()
2014-05-06 Dr. Stephen HensonInitialize num properly.
2014-05-06 Dr. Stephen HensonSet Enveloped data version to 2 if ktri version not...
2014-05-05 Tim Hudson- fix coverity issues 966593-966596
2014-05-04 Andy Polyakovmd5/asm/md5-[586|x86_64].pl: +15% on Atom.
2014-05-04 Andy PolyakovC64x+ assembply pack: add RC4 module.
2014-05-04 Andy PolyakovC64x+ assembly pack: make it work with older toolchain.
2014-05-04 Andy Polyakovsha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code...
2014-05-04 Andy Polyakovcrypto/armcap.c: detect ARMv8 capabilities [in 32-bit...
2014-05-03 David RamosDouble free in i2o_ECPublicKey
2014-05-02 Geoff Thorpedso: eliminate VMS code on non-VMS systems
2014-04-30 Geoff Thorpebignum: fix boundary condition in montgomery logic
2014-04-26 manchaFix eckey_priv_encode()
next