aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Constify private key decode.Dr. Stephen Henson2016-08-171-1/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* rsa/rsa_lib.c: const-ify RSA_get0_engine().Andy Polyakov2016-06-271-1/+1
* RT4586: Remove RSA_memory_lock; unused, not neededRich Salz2016-06-272-45/+0
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-185-5/+0
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-7/+7
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-19/+15
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-063-172/+106
* Specifiy size of arraysKurt Roeckx2016-06-041-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-21/+9
* Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2016-05-231-25/+19
* Remove useless NULL checksFdaSilvaYY2016-05-231-2/+1
* Add some error messages for malloc failsMatt Caswell2016-05-182-5/+13
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-2/+16
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 08/10Rich Salz2016-05-1722-1078/+119
* Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encryptMatt Caswell2016-04-281-1/+2
* RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte2016-04-271-20/+55
* Remove --classic build entirelyRichard Levitte2016-04-201-49/+0
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-065-4/+306
* Make the RSA structure opaqueRichard Levitte2016-04-0610-9/+150
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-203-9/+3
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-0/+1
* 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