summaryrefslogtreecommitdiffstats
path: root/crypto/objects
AgeCommit message (Collapse)Author
2003-12-27Fix Perl problems on sparc64.Richard Levitte
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-12-27Use sh explicitely to run point.shRichard Levitte
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-11-29Add IPSec/IKE/Oakley curves.Richard Levitte
PR: 768 Submitted by: Vadim Fedukovich <vf@unity.net>
2003-07-22updates for draft-ietf-tls-ecc-03.txtBodo Möller
Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
2003-07-04Replace CCITT with ITU-T. Keep CCITT around as an alias.Richard Levitte
make update PR: 80
2003-06-26make updateRichard Levitte
2003-04-29Some variables were uninitialised...Richard Levitte
2003-04-29Add an extended variant of OBJ_bsearch() that can be given a fewRichard Levitte
flags.
2003-03-24Name Constraints OID.Dr. Stephen Henson
2003-03-20Typo: OID should be policyMappingsDr. Stephen Henson
2003-03-13Add some OIDs.Dr. Stephen Henson
2003-01-16avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller
also known as secp192r1 and secp256r1, respectively) Submitted by: Nils Larsch, Bodo Moeller
2003-01-13"!Cname surname" has now become redundant ...Bodo Möller
2003-01-13undo part of a recent change: it's "surname", not "surName"Bodo Möller
(see X.520 aka ISO/IEC 9594-6)
2002-12-20Keep the internal lowercase 'surname', for programmer's sake.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-12-20Be consistent with capitalisation of object names.Richard Levitte
2002-11-15make updateRichard Levitte
2002-11-15A few more Microsoft OIDs addedRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
2002-08-14Fix typo in OBJ_txt2obj which incorrectly passed the contentDr. Stephen Henson
length, instead of the encoding length to d2i_ASN1_OBJECT. This wasn't visible before becuse ASN1_get_object() used to read past the length of the supplied buffer.
2002-08-02Add more WAP/WTLS elliptic curve OIDs.Bodo Möller
Submitted by: Douglas Stebila <douglas.stebila@sun.com>
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
Changes marked "(CHATS)" were sponsored by the Defense Advanced Research Projects Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F30602-01-2-0537.
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