aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-0614-616/+1268
* perlasm/x86_64-xlate.pl: clarify SEH coding guidelines.Andy Polyakov2017-02-061-12/+17
* Fix a crash with malformed user notice policy numbersBernd Edlinger2017-02-051-1/+1
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-035-45/+48
* Grouped data declarations [skip ci]Dmitry Kostjuchenko2017-02-031-1/+0
* Removed tab spaces.Dmitry Kostjuchenko2017-02-031-2/+2
* Corrections according the review comments.Dmitry Kostjuchenko2017-02-031-21/+22
* Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko2017-02-031-0/+41
* crypto/x86_64cpuid.pl: detect if kernel preserves %zmm registers.Andy Polyakov2017-02-031-1/+9
* Add support for parameterized SipHashTodd Short2017-02-0115-8/+595
* bn: fix occurance of negative zero in BN_rshift1()Richard Levitte2017-02-011-0/+2
* bn: fix occurances of negative zeroGeoff Thorpe2017-02-014-4/+8
* bn: catch negative zero as an errorGeoff Thorpe2017-02-011-2/+2
* bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe2017-02-011-8/+6
* Fix faulty freeRichard Levitte2017-01-291-6/+6
* X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte2017-01-282-1/+3
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* Better check of DH parameters in TLS dataRichard Levitte2017-01-261-0/+40
* crypto/evp: harden AEAD ciphers.Andy Polyakov2017-01-262-4/+15
* crypto/evp: harden RC4_MD5 cipher.Andy Polyakov2017-01-261-0/+2
* Remove assert from is_partially_overlapping()Matt Caswell2017-01-251-1/+1
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-255-11/+31
* Properly handle a partial block in OCB modeMatt Caswell2017-01-251-0/+2
* Don't use magic numbers in aes_ocb_cipher()Matt Caswell2017-01-251-11/+13
* StyleFdaSilvaYY2017-01-252-3/+7
* Few nit'sFdaSilvaYY2017-01-255-14/+18
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-252-2/+2
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-245-48/+11
* Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger2017-01-241-0/+2
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-2413-8/+301
* Add missing flags for EVP_chacha20()Kazuki Yamaguchi2017-01-241-1/+1
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2
* Fixed the return code for RAND_egd_bytes.ganesh2017-01-241-2/+2
* Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh2017-01-241-3/+2
* poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov2017-01-211-2/+2
* ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov2017-01-211-18/+18
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-183-18/+27
* Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2017-01-182-4/+21
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-182-14/+6
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-152-3/+11
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-153-3/+3
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Fix "failure rate" bugsRich Salz2017-01-131-5/+6
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* UI: Use RUN_ONCE differentlyRichard Levitte2017-01-131-10/+10
* UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte2017-01-131-13/+11
* Make X509_Digest,others publicRich Salz2017-01-121-0/+14
* Add "random malloc failure" toolingRich Salz2017-01-123-0/+93