aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
Commit message (Collapse)AuthorAgeFilesLines
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-281-5/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3140: Possibly-unit variable in pem_lib.cClang via Jeffrey Walton2014-09-021-1/+1
| | | | | | | Can't really happen, but the flow of control isn't obvious. Add an initializer. Reviewed-by: Matt Caswell <matt@openssl.org>
* Sanity check keylength in PVK files.Dr. Stephen Henson2014-07-061-0/+5
| | | | PR#2277
* Fix warning.Ben Laurie2014-02-131-2/+3
|
* Constification.Ben Laurie2013-09-102-7/+8
|
* Fix for PEM_X509_INFO_read_bio.Kaspar Brand2013-08-061-0/+1
| | | | | | PR: 3028 Fix bug introduced in PEM_X509_INFO_bio which wouldn't process RSA keys correctly if they appeared first.
* make updateDr. Stephen Henson2011-12-271-6/+7
|
* transparently handle X9.42 DH parametersDr. Stephen Henson2011-12-075-2/+61
|
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-072-0/+3
| | | | RFC5114 parameters and X9.42 DH public and private keys.
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* Fix warnings.Ben Laurie2010-06-122-9/+3
|
* PR: 2220Dr. Stephen Henson2010-04-062-1/+7
| | | | Fixes to make OpenSSL compile with no-rc4
* PR: 1904Dr. Stephen Henson2010-03-271-1/+1
| | | | | | Submitted by: David Woodhouse <dwmw2@infradead.org> Pass passphrase minimum length down to UI.
* PR: 2059Dr. Stephen Henson2009-10-011-1/+1
| | | | | | | Submitted by: Julia Lawall <julia@diku.dk> Approved by: steve@openssl.org Correct EVP_SealInit error handling in pem_seal.c
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-235-45/+69
|
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-0/+2
|
* Update from stable branch.Dr. Stephen Henson2009-03-091-0/+3
|
* Make PKCS#8 the standard write format for private keys, replacing theDr. Stephen Henson2009-01-151-1/+1
| | | | ancient SSLeay format.
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+2
| | | | | | knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
* Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson2008-11-112-0/+4
| | | | implementations.
* Update obsolete email address...Dr. Stephen Henson2008-11-053-3/+3
|
* More size_tification.Ben Laurie2008-11-011-2/+4
|
* More type-checking.Ben Laurie2008-06-041-5/+2
|
* Update dependencies.Dr. Stephen Henson2008-03-221-5/+6
|
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+3
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* And so it begins...Dr. Stephen Henson2008-03-122-0/+9
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-4/+0
|
* Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson2007-06-043-18/+18
| | | | always use inline functions.
* Don't dereference NULL argument. Coverity ID 52.Ben Laurie2007-04-053-1/+9
|
* Update from 0.9.7-stable.Dr. Stephen Henson2007-02-212-1/+5
|
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
|
* remove trailing '\'Nils Larsch2006-12-191-1/+1
| | | | PR: 1438
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-9/+6
|
* remove SSLEAY_MACROS codeNils Larsch2006-11-064-138/+0
|
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-16/+17
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-052-10/+30
|
* Fix warnings.Dr. Stephen Henson2006-05-242-2/+2
|
* Update old **EVIL** PEM_X509_INFO_read_bio() function to correctly assignDr. Stephen Henson2006-05-151-15/+17
| | | | | | private keys. FIXME: this function should really be rewritten because it is *horrible*.
* Check for deprecated private key types before PKCS#8 types.Dr. Stephen Henson2006-05-141-10/+9
|
* Initial functions for RSA EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-081-2/+3
| | | | Update dependencies.
* New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson2006-04-071-1/+1
|
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-283-3/+20
| | | | functions to support it.
* Initial support for generalized public key parameters.Dr. Stephen Henson2006-03-243-0/+57
|
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-235-38/+75
|
* Add information and pem strings. Update dependencies.Dr. Stephen Henson2006-03-231-0/+22
|
* make updateUlf Möller2006-02-121-0/+14
|
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-3/+1
| | | | from .h files...
* Remove warnings about signed vs. unsigned...Richard Levitte2005-09-051-2/+4
|