summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto/ppccap.c: wire new ChaCha20_ctr32_vsx.Andy Polyakov2018-06-061-3/+8
* chacha/asm/chacha-ppc.pl: improve performance by 40/80% on POWER8/9.Andy Polyakov2018-06-061-8/+407
* perlasm/ppc-xlate.pl: add vmrg[eo]w instructions.Andy Polyakov2018-06-061-0/+2
* sha/asm/sha512p8-ppc.pl: fix build on Mac OS X.Andy Polyakov2018-06-061-2/+1
* Issue warnings for large DSA and RSA keysGeorg Schmidt2018-06-054-0/+30
* Improve wordingRich Salz2018-06-051-1/+2
* crypto/sm2/sm2_za.c: include internal/numbers.hRichard Levitte2018-06-051-0/+1
* Rebuild error codesMatt Caswell2018-06-043-237/+32
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-048-63/+63
* Remove non-existant functions from libcrypto.numMatt Caswell2018-06-041-10/+0
* More more on SM2 error codes and tidy upMatt Caswell2018-06-046-311/+217
* Improve use of the test framework in the SM2 internal testsMatt Caswell2018-06-049-544/+413
* Further work on SM2 error codesMatt Caswell2018-06-041-83/+64
* Add test recipes for internal SM2 testsMatt Caswell2018-06-042-0/+38
* Set SM2 error codesJack Lloyd2018-06-045-103/+322
* Make SM2 functions privateJack Lloyd2018-06-0411-17/+19
* sha/asm/sha512p8-ppc.pl: improve POWER9 performance by ~10%.Andy Polyakov2018-06-031-67/+55
* chacha/asm/chacha-ppc.pl: improve POWER8 performance by 15%.Andy Polyakov2018-06-031-33/+41
* PPC assembly pack: correct POWER9 results.Andy Polyakov2018-06-039-10/+9
* {arm64|x86_64}cpuid.pl: add special 16-byte case to OPENSSL_memcmp.Andy Polyakov2018-06-032-0/+25
* modes/gcm128.c: coalesce calls to GHASH.Andy Polyakov2018-06-032-34/+249
* evp/e_aes.c: replace calls to one-liners with references in GCM.Andy Polyakov2018-06-031-43/+30
* Fix checking the return value of getentropy()Kurt Roeckx2018-06-031-1/+1
* Remove support for calling getrandom(), we now always call getentropy()Kurt Roeckx2018-06-031-18/+0
* Look up availability of getentropy() at runtime.Kurt Roeckx2018-06-031-5/+24
* Add support for KERN_ARND to get random bytes on NetBSDKurt Roeckx2018-06-031-7/+18
* Document failure return for ECDSA_SIG_newKen Goldman2018-06-021-0/+2
* Make OS/X more explicit, to avoid questionsRich Salz2018-06-021-2/+2
* STORE: split off the description of the 'file' scheme loaderRichard Levitte2018-06-012-24/+76
* ENGINE_pkey_asn1_find_str(): don't assume an engine implements ASN1 methodRichard Levitte2018-05-311-1/+2
* Don't call setsockopt with an invalid fdMatt Caswell2018-05-311-2/+5
* Fix a memory leak in an error pathMatt Caswell2018-05-311-0/+1
* Free a variableMatt Caswell2018-05-311-0/+1
* Free a variable on an error pathMatt Caswell2018-05-311-0/+1
* Only set TCP_NODELAY if the protocol is TCPMatt Caswell2018-05-311-1/+1
* EVP_MD_size() can return an errorMatt Caswell2018-05-312-3/+29
* Remove some logically dead codeMatt Caswell2018-05-311-4/+0
* Remove some logically dead codeMatt Caswell2018-05-311-7/+4
* apps: when the 'compat' nameopt has been set, leave it beRichard Levitte2018-05-311-1/+2
* Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang2018-05-301-6/+8
* bn/bn_exp.c: mitigation of the One-and-Done side-channel attack.User2018-05-301-12/+27
* chacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code path.Andy Polyakov2018-05-301-49/+35
* perlasm/ppc-xlate.pl: add new instructions and clean up.Andy Polyakov2018-05-301-13/+30
* apps/speed.c: address asan failure with small -bytes and large -misalign.Andy Polyakov2018-05-301-1/+4
* apps/speed.c: add -aead flag.Andy Polyakov2018-05-302-46/+123
* apps/speed.c: clean up SIGARM handling.Andy Polyakov2018-05-301-24/+18
* OSSL_STORE: don't test file: URIs on MingwRichard Levitte2018-05-301-7/+18
* Add APIs for custom X509_LOOKUP_METHOD creationMingtao Yang2018-05-3013-6/+514
* Text description of GOST signature algorithmsDmitry Belyavskiy2018-05-301-0/+9
* Send GOST SignatureAlgorithms when TLS 1.2 in useDmitry Belyavskiy2018-05-301-1/+6