- 07 9月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.
-
由 Richard Levitte 提交于
handle an externally provided "static" buffer as well a a dynamic buffer. The "static" buffer is filled first, but if overflowed, the dynamic buffer is used instead, being allocated somewhere i the heap. This combines the benefits of putting the output in a preallocated buffer (on the stack, for example) and in a buffer that grows somewhere in the heap.
-
- 06 9月, 2000 8 次提交
-
-
由 Bodo Möller 提交于
return type (on platforms where time_t is a 32 bit value). New function ASN1_UTCTIME_cmp_time_t as a replacement for use in apps/x509.c.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
add some whitespace for 'if ()', 'for ()', 'while ()' to distinguish keywords from function names, and finally remove parens around return values (why be stingy with whitespace but fill the source code with an abundance of parentheses that are not needed to structure expressions for readability?).
-
由 Bodo Möller 提交于
usually get a space between keyword and opening paranthesis so that they don't look like function calls, where no space is used.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
Add support for settable verify time in X509_verify_cert(). Document rsautl utility.
-
由 Dr. Stephen Henson 提交于
The old code was painfully primitive and couldn't handle distinct certificates using the same subject name. The new code performs several tests on a candidate issuer certificate based on certificate extensions. It also adds several callbacks to X509_VERIFY_CTX so its behaviour can be customised. Unfortunately some hackery was needed to persuade X509_STORE to tolerate this. This should go away when X509_STORE is replaced, sometime... This must have broken something though :-(
-
- 05 9月, 2000 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Add new option to PKCS7_sign to exclude S/MIME capabilities.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
If some other thread deletes the BIO that one thread needs for BIO_write, then there's a lot of trouble anyway; there's nothing special about calling the callback.
-
- 04 9月, 2000 6 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
symbols for debugging are defined.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
-
- 01 9月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
Returning -1 for an attempt to read from an empty buffer is empty is not an error that should be signalled via the error queue, it's a 'retry read' condition and is signalled as such.
-
由 Bodo Möller 提交于
-
- 31 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs.
-
- 28 8月, 2000 2 次提交
-
-
由 Ben Laurie 提交于
message).
-
由 Ben Laurie 提交于
-
- 25 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
This allows intermediate CAs to be created more easily. PKCS12_create() now checks private key matches certificate. Fix typo in x509 app. Update docs. New function ASN1_STRING_to_UTF8() converts any ASN1_STRING type to UTF8.
-
- 23 8月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
Fix ASN1_INTEGER_to_BN properly this time...
-
- 22 8月, 2000 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
-
由 Dr. Stephen Henson 提交于
initialize ex_pathlen to -1 so it isn't checked if pathlen is not present. set ucert to NULL in apps/pkcs12.c otherwise it gets freed twice. remove extraneous '\r' in MIME encoder. Allow a NULL to be passed to X509_gmtime_adj() Make PKCS#7 code use definite length encoding rather then the indefinite stuff it used previously.
-
- 19 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 18 8月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
found myself needing it a number of times, the latter for completeness.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
coverage for all syslog level.
-
由 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
-
- 11 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
records, EVP_EncodeUpdate() may misbehave. This happens when there's a record boundary between the two ending b64 equal signs, which makes EVP_EncodeUpdate think there has been more than one EOF, and therefore add an extra NUL at the end of the output buffer. This fix corrects that problem.
-
- 10 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-