summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak some comments. We do not really need to know that "New!" flags werejsing2014-07-101-9/+8
* Stop playing with the RSA_FLAG_BLINDING flag. It does nothing.jsing2014-07-101-3/+1
* delete some casts. ok miodtedu2014-07-105-15/+15
* Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago.jsing2014-07-101-13/+1
* BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_freejsing2014-07-106-55/+32
* Use a while loop instead of an ifdowhile loop.jsing2014-07-102-12/+10
* ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodtedu2014-07-091-3/+2
* Make comments readable.jsing2014-07-091-27/+33
* More KNF.jsing2014-07-0919-322/+331
* KNF.jsing2014-07-092-123/+108
* Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP paddingmiod2014-07-091-6/+1
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Be more strict in RSA_padding_check_X931(), and thus avoid a possiblemiod2014-07-091-2/+2
* In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSAmiod2014-07-091-14/+3
* Remove RSA_memory_lock(). This undocumented function sort-of serializes yourmiod2014-07-092-51/+2
* RSA_NULL used to be a compile option allowing the RSA interfaces to bemiod2014-07-094-176/+4
* KNFmiod2014-07-0919-1967/+1959
* replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt2014-06-121-13/+32
* tags as requested by miod and teduderaadt2014-06-1222-21/+22
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* malloc() result does not need a cast.deraadt2014-06-074-6/+6
* more: no need to null check before free; ok guentherderaadt2014-05-302-2/+2
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-292-4/+0
* We have stdio and are not WIN16.jsing2014-05-231-2/+0
* Convert OPENSSL_malloc stuff back to intrinsics, a few were missedbeck2014-05-221-2/+2
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-4/+2
* switch RSA key generation default to 2048 bits (matching ssh); ok miod@sthen2014-05-171-1/+1
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-5/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-274-93/+64
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-3/+0
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-8/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-178-38/+38
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-8/+0
* we don't use these files for buildingtedu2014-04-151-81/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-155-151/+0
* No licence.miod2014-04-151-340/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-227/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-134-5/+11
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-132-4/+6
|\
| * Import OpenSSL 1.0.1gmiod2014-04-136-9/+17
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+1
* | resolve conflictsdjm2012-10-138-173/+202
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-134-38/+805
|\|
| * import OpenSSL-1.0.1cdjm2012-10-1311-202/+977
| * OpenSSL 1.0.0f: import upstream sourcedjm2012-01-051-29/+51
| * import OpenSSL 1.0.0edjm2011-11-032-8/+14
* | OpenSSL 1.0.0f: mergedjm2012-01-051-29/+51
* | openssl-1.0.0e: resolve conflictsdjm2011-11-032-8/+14