summaryrefslogtreecommitdiffstats
path: root/crypto/objects
AgeCommit message (Collapse)Author
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-07make sure error queue is totally emptiedNils Larsch
PR: 359
2005-04-05some const fixes and cleanupNils Larsch
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-12Avoid re-build avalanches with HP-UX make.Andy Polyakov
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-13Change libeay.num so it's synchronised with additions in 0.9.7-stable.Richard Levitte
make update
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
failure and freeing up memory if a failure occurs. PR:620
2004-12-01Add couple of OIDs. Resync NIDs for consistency with 0.9.7.Dr. Stephen Henson
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
2004-05-31make updateRichard Levitte
2004-05-31objects.txt update for SHA-224/-256/-384/-512. SHA-224 ids still appearAndy Polyakov
"draft," but we have to start somewhere... Submitted by: Nils Larsch <nlarsch@compuserve.de>
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
2004-03-08Support for inhibitAnyPolicy extension.Dr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
Add the corresponding AES parts while I'm at it. make update
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