aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_mac.h
Commit message (Collapse)AuthorAgeFilesLines
* New ASN1 macros which will encode an empty SEQUENCE OF.Dr. Stephen Henson2001-01-281-0/+23
| | | | | | | | | | Fix CRL encoders to encode empty SEQUENCE OF. The old code was breaking CRL signatures. Note: it is best to add new macros because changing the old ones could break other code which expects that behaviour. None of this is needed with the new ASN1 code anyway...
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
| | | | | | | | | 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.
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-2/+2
| | | | | | "Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed.
* Support for ASN1 NULL type.Dr. Stephen Henson1999-12-221-1/+1
|
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+14
| | | | | certificate: currently this includes trust settings and a "friendly name".
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-211-2/+0
| | | | it is not needed.
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-0/+5
|
* Stack.Ben Laurie1999-05-311-0/+6
|
* Yet another stack.Ben Laurie1999-05-021-0/+56
|
* Another stack.Ben Laurie1999-05-011-0/+21
|
* Another safe stack.Ben Laurie1999-05-011-0/+4
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
| | | | | | Submitted by: Reviewed by: PR:
* Another STACK bites the dust.Ben Laurie1999-04-171-2/+14
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-0/+28
|
* Fuller authority key id support, partial support for private key usage extensionDr. Stephen Henson1999-02-171-1/+1
| | | | and really fix the ASN.1 IMPLICIT bug this time :-)
* Add support for GeneralName and GeneralNames extensions. Also preliminaryDr. Stephen Henson1999-02-071-5/+10
| | | | | | support for subject and issuer alt name. Add a new ASN1 macro and fix a nasty bug that left an ASN1 buffer modified on an error condition with IMPLICIT tagging.
* Fix for sk_insert bug: it never worked properly.stephen1998-12-311-0/+16
| | | | | Allow explicit tag asn macros to handle indefinite length constructed stuff: without this certain "certificates" can't be read in.
* Fix incorrect DER encoding of SETs and all knock-ons from that.Ben Laurie1998-12-291-22/+60
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-28/+70
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+5
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+318