- 12 11月, 1999 9 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Merge some common functionality in the apps, delete the encryption option in the pkcs7 utility (they never did anything) and add a couple more options to pkcs7.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
pages.
-
- 11 11月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Update docs, change 'ca' to use the new callback parameter. Now moved key_callback into app.c because some other utilities will use it soon.
-
由 Dr. Stephen Henson 提交于
-
- 10 11月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
of the openssl utility commands...
-
由 Bodo Möller 提交于
-
- 09 11月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
-
- 08 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
plain not working :-( Also fix some memory leaks in the new X509_NAME code. Fix so new app_rand code doesn't crash 'x509' and move #include so it compiles under Win32.
-
- 04 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate: currently this includes trust settings and a "friendly name".
-
- 03 11月, 1999 1 次提交
-
-
由 Mark J. Cox 提交于
problem was that one of the replacement routines had not been working since SSLeay releases. For now the offending routine has been replaced with non-optimised assembler. Even so, this now gives around 95% performance improvement for 1024 bit RSA signs.
-
- 31 10月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 29 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 10月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Add a bunch of functions to simplify the creation of X509_NAME structures. Change the X509_NAME_entry_add stuff in req/ca so it no longer uses X509_NAME_entry_count(): passing -1 has the same effect.
-
由 Bodo Möller 提交于
don't try to detect fork()s by looking at getpid(). The reason is that threads sharing the same memory can have different PIDs; it's inefficient to run RAND_seed each time a different thread calls RAND_bytes.
-
- 26 10月, 1999 9 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
applications.
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
由 Bodo Möller 提交于
when X509_LOOKUP_load_file or X509_LOOKUP_add_dir failed.
-
由 Bodo Möller 提交于
Submitted by: Janez Jere <jj@void.si>
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
由 Bodo Möller 提交于
(needed for RSAREF builds)
-
- 25 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Functions to get keys from EVP_PKEY structures.
-
- 23 10月, 1999 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 21 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
this will be used to clear up the horrible DN mess.
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 15 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
between SSLeay 0.8.1b and 0.9.0b with no apparent reason). If we *want* an error when DEVRANDOM is not defined (it always is with the current e_os.h) we should use #error.
-
- 13 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
-
- 11 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a bug in the X509_get_d2i() functions which didn't check if crit was NULL.
-
- 09 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-