summaryrefslogtreecommitdiffstats
path: root/crypto/pem/pem.h
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting error in pem.hMatt Caswell2015-01-221-5/+10
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-630/+583
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-2/+4
* PR: 1857Dr. Stephen Henson2009-03-091-0/+4
* Update from HEAD.Dr. Stephen Henson2008-11-111-0/+1
* Backport of CMS code to 0.9.8-stable branch. Disabled by default.Dr. Stephen Henson2008-04-031-0/+1
* gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson2007-09-061-12/+51
* remove trailing '\'Nils Larsch2006-12-191-1/+1
* make the type parameter const when ID2_OF_const() is usedNils Larsch2005-05-181-8/+22
* Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson2005-05-121-12/+12
* Fix more error codes.Bodo Möller2005-05-111-3/+6
* Consistency.Ben Laurie2005-03-311-8/+6
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-25/+60
* Copy a few files from LPlib (a new project of mine), add a wrapper.Richard Levitte2004-07-101-1/+1
* Make sure we get the definition of OPENSSL_NO_BIO.Richard Levitte2003-03-201-1/+1
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-181-0/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+5
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-5/+2
* Use SEC1 format for EC private keys.Bodo Möller2002-07-261-1/+1
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-3/+6
* ECDSA supportBodo Möller2002-02-131-0/+12
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* make updateRichard Levitte2001-11-151-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+2
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-0/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-11/+12
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-3/+1
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-3/+9
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* New functions and option to use NEW in certificate requests.Dr. Stephen Henson2000-02-181-0/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-3/+0
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-0/+3
* Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson1999-12-231-0/+27
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-1/+1
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-1/+5
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+3
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-041-0/+3
* Fix two remaining prototype-related warningsRalf S. Engelschall1999-08-081-0/+2
* VMS updates.Ulf Möller1999-07-281-10/+4
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-105/+111
* Change the PEM_* function prototypes to use DECLARE_PEM macros and changeDr. Stephen Henson1999-06-221-99/+99
* Fix warnings.Ben Laurie1999-06-101-2/+2
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-0/+9
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-091-3/+81
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-1/+8
* The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson1999-06-041-0/+5
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-141-36/+41
* VMS support.Ulf Möller1999-05-131-0/+10
* Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).Ralf S. Engelschall1999-05-041-2/+2