summaryrefslogtreecommitdiff
path: root/crypto/asn1/n_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.ben2010-06-121-2/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-231-14/+24
* Update util/ck_errf.pl script, and have it run automaticallybodo2005-05-091-10/+10
* signed vs. unsigned.levitte2005-04-201-2/+2
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-6/+17
* Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.levitte2003-03-201-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.levitte2002-11-281-3/+3
* Some more prototype fixes.jaenicke2002-06-141-9/+4
* Add missing prototypes.jaenicke2002-06-131-0/+9
* Modify EVP cipher behaviour in a similar waysteve2001-10-171-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()steve2001-10-161-2/+2
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionsteve2001-02-231-2/+2
* Make all configuration macros available for application by makinglevitte2001-02-191-4/+4
* Various function for commmon operations.steve2001-02-021-9/+3
* Merge from the ASN1 branch of new ASN1 codesteve2000-12-081-165/+110
* Constify the RSA parts of the ASN.1 library. Note some ugly castslevitte2000-11-061-10/+12
* Add support for the modified SGC key format used in IIS.steve2000-06-151-5/+41
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-5/+5
* Add DSA library string. Workaround for IIS .key file invalidsteve2000-05-241-1/+5
* Seek out and destroy another evil cast.ulf2000-01-301-2/+2
* Make NO_RSA compile with pedantic.ben2000-01-081-0/+7
* Replace the macros in asn1.h with function equivalents. Also make UTF8Stringssteve1999-10-201-7/+7
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-1/+3
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-14/+0
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-5/+5
* Change functions to ANSI C.ulf1999-04-191-24/+9
* Massive constification.ben1999-04-171-8/+12
* Initial revisionrse1998-12-211-0/+364