- Sep 01, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
confusing to people whose diff doesn't implement it.
-
- Aug 30, 2000
-
-
Ben Laurie authored
-
Dr. Stephen Henson authored
Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs.
-
- Aug 28, 2000
-
-
Ben Laurie authored
message).
-
Ben Laurie authored
-
- Aug 25, 2000
-
-
Dr. Stephen Henson authored
indefinite length encoding.
-
- Aug 24, 2000
-
-
Dr. Stephen Henson authored
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.
-
- Aug 22, 2000
-
-
Dr. Stephen Henson authored
-
Ben Laurie authored
-
Dr. Stephen Henson authored
Fix ASN1_INTEGER_to_BN properly this time...
-
Dr. Stephen Henson authored
Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
-
- Aug 21, 2000
-
-
Dr. Stephen Henson authored
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.
-
- Aug 19, 2000
-
-
Richard Levitte authored
-
- Aug 18, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
found myself needing it a number of times, the latter for completeness.
-
Richard Levitte authored
-
- Aug 17, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
coverage for all syslog level.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
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.
-
Richard Levitte authored
-
Richard Levitte authored
requires that you configure again, but you don't want to reenter all those configuration arguments again.
-
- Aug 15, 2000
-
-
Richard Levitte authored
that this was actually the pkcs7 document...
-
- Aug 14, 2000
-
-
Richard Levitte authored
(like all the digests). Setting maxmem to 16K seems to give the compiler enough space to do all the optimization it wants.
-
Richard Levitte authored
-
Richard Levitte authored
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
-
- Aug 11, 2000
-
-
Richard Levitte authored
building complete chains, are gone.
-
Richard Levitte authored
-
Richard Levitte authored
building a complete chain. Now added through the -CAfile and -CApath arguments.
-
Richard Levitte authored
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.
-
- Aug 10, 2000
-
-
Richard Levitte authored
-
- Aug 08, 2000
-
-
Richard Levitte authored
-
- Aug 06, 2000
-
-
Dr. Stephen Henson authored
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...
-
Richard Levitte authored
Spotted by "Kyoungho Jeon" <k.h.jeon@securesoft.co.kr>.
-
- Aug 04, 2000
-
-
Dr. Stephen Henson authored
Fix warnings with BIO_dump_indent().
-
- Aug 03, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-