- 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 5 次提交
-
-
由 Bodo Möller 提交于
-
由 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: 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 提交于
-
- 07 10月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
platforms. See crypto/rc4/rc4_enc.c for further details.
-
- 05 10月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
new DSA public key functions that were missing. Also beginning of a cache for X509_EXTENSION structures: this will allow them to be accessed more quickly for things like certificate chain verification...
-
- 04 10月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message contains no certificates. Also fix typo in RANLIB changes.
-
由 Ralf S. Engelschall 提交于
-
- 02 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 30 9月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 27 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 9月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
See comments in the code (after #if defined(RC4_CHUNK)) for more details.
-
- 19 9月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
warnings :-(
-
由 Dr. Stephen Henson 提交于
and verify rather than direct encrypt/decrypt.
-
- 18 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 9月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
-
- 11 9月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 10 9月, 1999 5 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ben Laurie 提交于
-
- 09 9月, 1999 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
OpenSSL is compiled with NO_RSA, no RSA operations can be used: including key generation storage and display of RSA keys. Since these operations are not covered by the RSA patent (my understanding is it only covers encrypt, decrypt, sign and verify) they can be included: this is an often requested feature, attempts to use the patented operations return an error code. This is enabled by setting RSA_NULL. This means that if a particular application has its own legal US RSA implementation then it can use that instead by setting it as the default RSA method. Still experimental and needs some fiddling of the other libraries so they have some options that don't attempt to use RSA if it isn't allowed.
-