- 16 3月, 2004 1 次提交
-
-
由 Richard 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.
-
- 06 3月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 1月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
Windows).
-
- 27 12月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
由 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>
-
- 11 11月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
-
- 10 11月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 30 10月, 2003 2 次提交
-
-
由 Geoff Thorpe 提交于
Obtained from: Stephen Henson <steve@openssl.org>
-
由 Geoff Thorpe 提交于
I have tried to convert 'len' type variable declarations to unsigned as a means to address these warnings when appropriate, but when in doubt I have used casts in the comparisons instead. The better solution (that would get us all lynched by API users) would be to go through and convert all the function prototypes and structure definitions to use unsigned variables except when signed is necessary. The proliferation of (signed) "int" for strictly non-negative uses is unfortunate.
-
- 01 10月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 8月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 5月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 621
-
- 08 5月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 4月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 4月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
-
- 21 3月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
and changes to mkdef.pl so it recognises them. Use these in policyMappings extension.
-
- 14 3月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add table order test to end of a_strnid.c
-
- 26 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
the buffer pointer. Rename PKCS7_PARTSIGN to PKCS7_STREAM. Guess what that's for :-)
-
- 21 2月, 2003 2 次提交
-
-
由 Bodo Möller 提交于
behaviour was not quite consistent with the conventions for d2i and i2d functions as far as handling of the 'out' or 'in' pointer is concerned. This patch changes this behaviour, and renames the functions to o2i_ECPublicKey and i2o_ECPublicKey (not 'd2i' and 'i2d' because the external encoding is just a raw object string without any DER icing). Submitted by: Nils Larsch
-
由 Dr. Stephen Henson 提交于
-
- 18 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 1月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
in AlgorithmIdentifier Submitted by: Nils Larsch
-
- 24 1月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
where it fails in ASN1_TIME_set(). Edit asn1.h so the new error code is the same in 0.9.7 and 0.9.8, rebuild new error codes. Clear error queue in req.c if *_min or *_max is absent.
-
- 01 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 429
-
- 29 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 12月, 2002 1 次提交
-
-
由 Andy Polyakov 提交于
Submitted by: <appro> Reviewed by: PR:
-
- 05 12月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
(length of the order of the group, not length of the actual key, which will be shorter in some cases). Submitted by: Nils Larsch
-
- 04 12月, 2002 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Make ASN1_TYPE_get() work for V_ASN1_NULL type.
-
由 Dr. Stephen Henson 提交于
return the requested number of bytes when reading content.
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 27 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 19 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
defined as follows (according to X.509_4thEditionDraftV6.pdf): CertificatePair ::= SEQUENCE { forward [0] Certificate OPTIONAL, reverse [1] Certificate OPTIONAL, -- at least one of the pair shall be present -- } The only thing I'm not sure about is if it's implicit or explicit tags that I should count on. For now, I'm thinking explicit, but will gladly stand corrected. Also implement the PEM functions to read and write certificate pairs, and defined the PEM tag as "CERTIFICATE PAIR". This needed to be defined, mostly for the sake of the LDAP attribute crossCertificatePair, but may prove useful elsewhere as well.
-
- 15 11月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 11月, 2002 3 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 13 11月, 2002 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-