summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-02-03Grouped data declarations [skip ci]Dmitry Kostjuchenko
2017-02-03Removed tab spaces.Dmitry Kostjuchenko
2017-02-03Corrections according the review comments.Dmitry Kostjuchenko
2017-02-03Compile fix on platforms with missing pthread_rwlock_t.Dmitry Kostjuchenko
2017-02-03crypto/x86_64cpuid.pl: detect if kernel preserves %zmm registers.Andy Polyakov
2017-02-01Add support for parameterized SipHashTodd Short
2017-02-01bn: fix occurance of negative zero in BN_rshift1()Richard Levitte
2017-02-01bn: fix occurances of negative zeroGeoff Thorpe
2017-02-01bn: catch negative zero as an errorGeoff Thorpe
2017-02-01bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe
2017-01-29Fix faulty freeRichard Levitte
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-26bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-26crypto/evp: harden AEAD ciphers.Andy Polyakov
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2017-01-25Remove assert from is_partially_overlapping()Matt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Properly handle a partial block in OCB modeMatt Caswell
2017-01-25Don't use magic numbers in aes_ocb_cipher()Matt Caswell
2017-01-25StyleFdaSilvaYY
2017-01-25Few nit'sFdaSilvaYY
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh
2017-01-21poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov
2017-01-21ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov
2017-01-20Fix DSA parameter generation control errorRichard Levitte
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-13Fix "failure rate" bugsRich Salz
2017-01-13Fix no-ocspRichard Levitte
2017-01-13UI: Use RUN_ONCE differentlyRichard Levitte
2017-01-13UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12Add "random malloc failure" toolingRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte