summaryrefslogtreecommitdiffstats
path: root/crypto/objects
AgeCommit message (Collapse)Author
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
handled properly. Part of PR 75
2002-06-13Add OIDs for Secure Electronic Transactions (SET)Lutz Jänicke
Submitted by: Vadim Fedukovich <vf@unity.net> Reviewed by: Lutz Jaenicke PR: 80
2002-06-06Make sure that settings are passed back and forth when walking aroundLutz Jänicke
in the tree during build. Reinstall default PERL settings in Makefiles, as the real reason for the failure was that the settings were not passed.
2002-06-06New OID for X509 usage: pseudonymLutz Jänicke
Submitted by: Michael Bell <michael.bell@rz.hu-berlin.de> Reviewed by: Lutz Jaenicke PR: 83
2002-06-05The correct PERL interpreter is passed via commandline.Lutz Jänicke
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
PR: 49
2002-04-25Add generationQualifier OID (proposed by Fiel Cabral).Lutz Jänicke
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke
2002-04-15Use the "mail" short name according to RFC2798 (Michael BellLutz Jänicke
<michael.bell@rz.hu-berlin.de>).
2002-04-15Some more OID enhancements.Lutz Jänicke
2002-04-11Check error code from a2d_ASN1_OBJECT().Richard Levitte
2002-04-08Apply OID fixes for elliptic curves as supplied byLutz Jänicke
Nils Larsch <nlarsch@compuserve.de>.
2002-04-06make update (libeay.num has been edited to match 0.9.7-stable)Richard Levitte
2002-04-04Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke
2002-03-26Make short names of objects RFC2256-compliant.Lutz Jänicke
2002-03-14add OIDs for WAP/TLS curvesBodo Möller
2002-03-06add SECG OIDsBodo Möller
Submitted by: Nils Larsch
2002-03-05more X9.62 OIDsBodo Möller
Submitted by: Nils Larsch <nla@trustcenter.de>
2002-02-16Adjust the NID names for the AES modes OFB and CFB to contain the numberRichard Levitte
of feedback bits
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-04UID was never a lable for uniqueIdentifier. However, LDAP and certainRichard Levitte
RFCs concerning X.500 directories use UID as a shorter name for the attribute type userId, which is defined by CCITT and available through RFCs 1274 and 2247. Unfortunately, if some applications have used the name "UID" for the uniqueIdentifier attribute type, they will produce incorrect results. However, I found it better to follow the standards that are out there rather than having our own incompatible one.
2001-12-03Fix: 2.5.29 is "id-ce", not "ld-ce" (sort of a typo in objects.h).Bodo Möller
Fix (?): Delete 'ip-pda 6' (id-pda-pseudonym) because it does not exist in RFC 3039. Also change Perl scripts to put auto-generation warning in the first lines of the file.
2001-11-15make updateRichard Levitte
perl util/mkerr.pl -recurse -write -rebuild
2001-10-24make updateRichard Levitte
2001-10-23Correction of the id-pda OID's.Richard Levitte
Submitted by Frederic.Giudicelli@INTRINsec.com
2001-10-10'make update'Richard Levitte
2001-10-10Add support for md4WithRSAEncryption.Richard Levitte
2001-10-10'make update'Richard Levitte
2001-10-09A few more OIDs, contributed by Peter Sylvester <Peter.Sylvester@EdelWeb.fr>Richard Levitte
2001-10-04'make update'Richard Levitte
2001-09-13avoid "statement not reached" warningBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-31make updateRichard Levitte
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-21Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie
OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-03-11Add various X9.62 OIDs. (GF(2^n) mostly left out.)Bodo Möller
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
2001-03-06Change obj_... generation so that it does not generate rubbish orBodo Möller
abort with errors if no name is defined for some object, which was the case for 'pilotAttributeType 27'. Also avoid this very situation by assigning the name 'pilotAttributeType27'.
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller
2001-02-26make updateRichard Levitte
Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
2001-02-26Add the CCITT pilot directory OIDs.Richard Levitte
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte
example) are declared with some extra linkage information. This generates a warning when using the function name as a value to a regular function pointer with the "correct" definition of the function. Therefore, use a macro to cast the appropriate function on VMS.
2001-02-20The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe
callbacks, and their prototypes were consistent as they were. These casts need reversing. Also, I personally find line breaks during parameter lists (ie a line ending in a comma) easier to read at a glance than line breaks at the end of a function call and before a dereference on the return value (ie a line ending in a closed-bracket followed by a line starting with "->").
2001-02-20Get the right cast for lhash callback functions.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
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.
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson
Add revelant new X509V3 extensions. Add OIDs. Fix ASN1 memory leak code to pop info if external allocation used.
2001-02-07Fix AES code.Dr. Stephen Henson
Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie