aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/n_pkey.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings.Ben Laurie2010-06-121-2/+1
|
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-14/+24
|
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-10/+10
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* signed vs. unsigned.Richard Levitte2005-04-201-2/+2
|
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+17
|
* Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA.Richard Levitte2003-03-201-1/+1
|
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
| | | | I've covered all the memset()s I felt safe modifying, but may have missed some.
* Some more prototype fixes.Lutz Jänicke2002-06-141-9/+4
| | | | | | | Use DECLARE macros in asn1* instead of direct declaration. Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> Reviewed by: PR: 89
* Add missing prototypes.Lutz Jänicke2002-06-131-0/+9
| | | | | Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> PR: 89
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-4/+4
| | | | to digests to retain compatibility.
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-2/+2
| | | | | | with existing code. Modify library to use digest *_ex() functions.
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
| | | | | | prototype hack. This unfortunately means that every ASN1_*_END construct cannot have a trailing ;
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-9/+3
|
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-165/+110
| | | | | | to main trunk. Lets see if the makes it to openssl-cvs :-)
* Constify the RSA parts of the ASN.1 library. Note some ugly castsRichard Levitte2000-11-061-10/+12
| | | | | that are needed in the ASN.1 macros. Hopefully, we can get rid of those in an elegant way in the future.
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-151-5/+41
|
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Add DSA library string. Workaround for IIS .key file invalidDr. Stephen Henson2000-05-241-1/+5
| | | | ASN1 encoding.
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
|
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+7
|
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-7/+7
| | | | tolerated in certificates.
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+3
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-14/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-24/+9
|
* Massive constification.Ben Laurie1999-04-171-1/+3
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+3
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-5/+6
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+364