aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-309/+67
2016-01-12make updateRichard Levitte1-21/+29
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2016-01-07mem functions cleanupRich Salz1-7/+7
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-12-09make updateDr. Stephen Henson1-8/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2-6/+6
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte3-28/+34
2015-12-02Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson1-2/+2
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-2/+25
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell3-112/+169
2015-11-17Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz3-77/+72
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell10-39/+40
2015-11-05Rebuild error source files.Dr. Stephen Henson1-25/+25
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz2-2/+2
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell1-6/+5
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq1-1/+2
2015-09-03remove 0 assignments.Rich Salz2-27/+2
2015-09-03RT3674: Make no-cms build work.David Bar1-0/+8
2015-09-02Add and use OPENSSL_zallocRich Salz2-3/+2
2015-08-26Remove _locked memory functions.Rich Salz1-2/+2
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-06-23More secure storage of key material.Rich Salz2-12/+12
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx1-0/+5
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-20/+27
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte18-18/+18
2015-05-14make dependRichard Levitte1-17/+17
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte2-2/+2
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz2-4/+6
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-14/+14
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-6/+3
2015-05-01free null cleanup finaleRich Salz5-20/+10
2015-04-30free NULL cleanup 7Rich Salz8-113/+61
2015-04-30Fix buffer overrun in RSA signingMatt Caswell1-1/+7
2015-04-30free cleanup almost the finaleRich Salz4-34/+11
2015-04-30free NULL cleanup 5aRich Salz2-10/+5
2015-04-28remove malloc castsRich Salz4-6/+6
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-999/+0
2015-03-30Remove duplicate code.Dr. Stephen Henson1-22/+6
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-1/+1