summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/rsa (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | ok to firebomb from tedu@
* 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
| | | | | as new stuff was brought in. ok miod@
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-4/+2
| | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@
* 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
| | | | | | that were not wrapped with #if PEDANTIC. ok miod@
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-274-93/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-3/+0
| | | | | | | | ``debug'' code from a 15+ years old bugfix and the SSL_OP_PKCS1_CHECK_* constants have had a value of zero since ages. No production code should use them. ok beck@
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
| | | | ok miod
* 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
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* Do not feed RSA private key information to the random subsystem asderaadt2014-04-171-8/+0
| | | | | | | | entropy. It might be fed to a pluggable random subsystem.... What were they thinking?! ok guenther
* 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
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* No licence.miod2014-04-151-340/+0
|
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-227/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-134-5/+11
|
* Import OpenSSL 1.0.1gmiod2014-04-132-4/+6
|
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+1
| | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* resolve conflictsdjm2012-10-138-173/+202
|
* import OpenSSL-1.0.1cdjm2012-10-134-38/+805
|
* OpenSSL 1.0.0f: mergedjm2012-01-051-29/+51
|
* openssl-1.0.0e: resolve conflictsdjm2011-11-032-8/+14
|
* resolve conflicts, fix local changesdjm2010-10-0113-1055/+485
|
* import OpenSSL-1.0.0adjm2010-10-015-5/+1044
|
* import of OpenSSL 0.9.8kdjm2009-04-061-2/+2
|
* resolve conflictsdjm2009-01-0910-289/+145
|
* import openssl-0.9.8jdjm2009-01-094-4/+607
|
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-054-22/+34
|
* Fix merge botch.kettenis2008-09-071-3/+0
| | | | ok miod@
* resolve conflictsdjm2008-09-0611-396/+647
|
* import of OpenSSL 0.9.8hdjm2008-09-065-84/+163
|
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-043-0/+51
| | | | http://www.openssl.org/news/secadv_20060928.txt for more
* fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;djm2006-09-091-0/+17
| | | | ok beck@ miod@
* resolve conflictsdjm2006-06-276-189/+300
|
* import of openssl-0.9.7jdjm2006-06-273-3/+471
|
* resolve conflictsdjm2005-04-295-6/+19
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+239
|
* merge 0.9.7c; minor bugsfixes;markus2003-11-113-8/+13
| | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-128-66/+195
|
* update to official patch from openssl.org; ok deraadt@, millert@markus2003-03-172-26/+28
|
* Enforce blinding on RSA operations involving private keys.ho2003-03-152-4/+27
| | | | From http://www.openssl.org/~geoff, modified to be enabled at all times.
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-102-23/+50
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | correctly autogenerate obj_mac.h
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1515-509/+693
|
* merge openssl 0.9.6b-enginebeck2001-08-011-12/+17
| | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* openssl-engine-0.9.6a mergebeck2001-06-223-21/+89
|