Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-30Add 3-DES CFB-r mode (no test vectors yet).Ben Laurie
2003-08-01Make the EFB NIDs have empty OIDs aliased to the real EFB OID.Dr. Stephen Henson
2003-07-30Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.Ben Laurie
2003-07-29AES CFB8.Ben Laurie
2003-07-29The rest of the keysizes for CFB1, working AES AVS test for CFB1.Ben Laurie
2003-07-28Add support for partial CFB modes, make tests work, update dependencies.Ben Laurie
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-12Many security improvements (CHATS) and a warning fix.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-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. Submitted by: Reviewed by: PR:
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. Submitted by: Reviewed by: PR:
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
Submitted by: Reviewed by: PR:
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
PR: 49
2002-04-25Added generationQualifier OID (proposed by Fiel Cabral).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-04-18Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-04-15Use the "mail" short name according to RFC2798 (Michael BellLutz Jänicke
<michael.bell@rz.hu-berlin.de>). Submitted by: Reviewed by: PR:
2002-04-15Some more OID enhancements.Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-04-12Check error code from a2d_ASN1_OBJECT().Richard Levitte
2002-04-06make updateRichard Levitte
2002-04-04Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-03-26Make short names of objects RFC2256-compliant.Lutz Jänicke
Submitted by: Reviewed by: PR:
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-11'make update'Richard Levitte
2001-10-11Add 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-31Really 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-12Add various X9.62 OIDs. (GF(2^n) mostly left out.)Bodo Möller