summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-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 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-20Fix DSA parameter generation control errorRichard Levitte
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 no-ocspRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-12-16HP-UX doesn't have hstrerror(), so make our own for that platformRichard Levitte
2016-12-15Don't call memcpy with NULL as sourceKurt Roeckx
2016-12-14CRL critical extension bugfixRich Salz
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-12updated macro spacing for styling purposesPaul Hovey
2016-12-12fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...Paul Hovey
2016-12-12perlasm/x86_64-xlate.pl: refine sign extension in ea package.Andy Polyakov
2016-12-10Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)Davide Galassi
2016-12-10VMS UI_OpenSSL: generate OpenSSL errors when things go wrong.Richard Levitte
2016-12-10VMS UI_OpenSSL: if the TT device isn't a tty, flag instead of errorRichard Levitte
2016-12-10Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-12-08Remove extra bangRichard Levitte
2016-12-08UI code style cleanupRichard Levitte
2016-12-08UI_OpenSSL()'s session opener fails on MacOS XRichard Levitte
2016-12-08In UI_OpenSSL's open(), generate an error on unknown errnoRichard Levitte
2016-12-08UI_process() didn't generate errorsRichard Levitte
2016-12-02Restore last-resort expired untrusted intermediate issuersViktor Dukhovni
2016-11-25Fix ctrl operation for SHA1/MD5SHA1.Dr. Stephen Henson
2016-11-25modes/ctr128.c: fix false carry in counter increment procedure.Andy Polyakov
2016-11-17Fix MSBLOB format with RSA.Dr. Stephen Henson
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY
2016-11-16Missing free item on push failureFdaSilvaYY
2016-11-16Move SCT_LIST_free definition into a more logical placeRob Percival
2016-11-16Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64Rob Percival
2016-11-16Subtract padding from outlen in ct_base64_decodeRob Percival
2016-11-15Check return value of some BN functions.Rich Salz