- 14 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 1月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
(see X.520 aka ISO/IEC 9594-6)
-
- 20 12月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 15 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 02 8月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Douglas Stebila <douglas.stebila@sun.com>
-
- 13 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Vadim Fedukovich <vf@unity.net> Reviewed by: Lutz Jaenicke PR: 80
-
- 06 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Michael Bell <michael.bell@rz.hu-berlin.de> Reviewed by: Lutz Jaenicke PR: 83
-
- 26 4月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 15 4月, 2002 2 次提交
-
-
由 Lutz Jänicke 提交于
<michael.bell@rz.hu-berlin.de>).
-
由 Lutz Jänicke 提交于
-
- 08 4月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Nils Larsch <nlarsch@compuserve.de>.
-
- 05 4月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 27 3月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 14 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 06 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-
- 05 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 16 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
of feedback bits
-
- 04 12月, 2001 1 次提交
-
-
由 Richard 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.
-
- 03 12月, 2001 1 次提交
-
-
由 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.
-
- 24 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 11 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 10 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
OpenBSD /dev/crypto (this will be revamped later when the appropriate machinery is available).
-
- 11 6月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 06 3月, 2001 1 次提交
-
-
由 Bodo 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'.
-
- 26 2月, 2001 1 次提交
-
-
由 Richard 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.
-
- 16 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add revelant new X509V3 extensions. Add OIDs. Fix ASN1 memory leak code to pop info if external allocation used.
-
- 08 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix AES code. Update Rijndael source to v3.0 Add AES OIDs. Change most references of Rijndael to AES. Add new draft AES ciphersuites.
-
- 06 2月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
just a NULL and appears in a certificate.
-
- 15 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
make update done.
-
- 19 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 14 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
-
- 08 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
could be done automagically, much like the numbering in libeay.num and ssleay.num. The solution works as follows: - New object identifiers are inserted in objects.txt, following the syntax given in objects.README. - objects.pl is used to process obj_mac.num and create a new obj_mac.h. - obj_dat.pl is used to create a new obj_dat.h, using the data in obj_mac.h. This is currently kind of a hack, and the perl code in objects.pl isn't very elegant, but it works as I intended. The simplest way to check that it worked correctly is to look in obj_dat.h and check the array nid_objs and make sure the objects haven't moved around (this is important!). Additions are OK, as well as consistent name changes.
-