- 04 9月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
-
- 01 9月, 2000 4 次提交
-
-
由 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 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
confusing to people whose diff doesn't implement it.
-
- 31 8月, 2000 2 次提交
-
-
由 Ben Laurie 提交于
-
由 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 2 次提交
-
-
由 Dr. Stephen Henson 提交于
indefinite length encoding.
-
由 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 8 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
found myself needing it a number of times, the latter for completeness.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
coverage for all syslog level.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
existing functions, but really all functions that exist in libeay.num and ssleay.num. This is a good check on how much we should actually clean up the number files.
-
- 17 8月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
requires that you configure again, but you don't want to reenter all those configuration arguments again.
-
- 16 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
that this was actually the pkcs7 document...
-
- 15 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
(like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
-
- 14 8月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
-
由 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
-
- 12 8月, 2000 3 次提交
-
-
由 Richard Levitte 提交于
building complete chains, are gone.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
building a complete chain. Now added through the -CAfile and -CApath arguments.
-
- 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 提交于
-
- 08 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 07 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add warning print out if duplicate names found: should end up as a fatal error but a warning for now until they problems are fixed...
-
- 06 8月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by "Kyoungho Jeon" <k.h.jeon@securesoft.co.kr>.
-
- 04 8月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix warnings with BIO_dump_indent().
-