aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Convert RSA blinding to new multi-threading APIAlessandro Ghedini2016-03-082-6/+8
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-082-32/+28
* GH715: Missed some null-check-removals.Rich Salz2016-02-281-6/+3
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-5/+3
* Remove unused parameters from internal functionsRich Salz2016-02-222-43/+11
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-181-5/+0
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-8/+7
* GH601: Various spelling fixes.FdaSilvaYY2016-02-052-2/+2
* RT4148Emilia Kasper2016-02-031-1/+22
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+6
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove /* foo.c */ commentsRich Salz2016-01-2620-20/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-309/+67
* make updateRichard Levitte2016-01-121-21/+29
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* mem functions cleanupRich Salz2016-01-071-7/+7
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* make updateDr. Stephen Henson2015-12-091-8/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-072-6/+6
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-073-28/+34
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-021-2/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-2/+25
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-263-112/+169
* Rename RSA_eay_xxx to rsa_ossl_xxxRich Salz2015-11-173-77/+72
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-0910-39/+40
* Rebuild error source files.Dr. Stephen Henson2015-11-051-25/+25
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-302-2/+2
* Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell2015-10-081-6/+5
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* remove 0 assignments.Rich Salz2015-09-032-27/+2
* RT3674: Make no-cms build work.David Bar2015-09-031-0/+8
* Add and use OPENSSL_zallocRich Salz2015-09-022-3/+2
* Remove _locked memory functions.Rich Salz2015-08-261-2/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* More secure storage of key material.Rich Salz2015-06-232-12/+12
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-0/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-20/+27
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1418-18/+18
* make dependRichard Levitte2015-05-141-17/+17
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-142-2/+2
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-112-4/+6