- 26 10月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
some utilities that should have used RANDFILE did not, and -rand handling was broken except in genrsa.
-
- 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.
-
- 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 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
explicitly. Previously it couldn't be changed because it was hard coded as "server.pem".
-
由 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 1 次提交
-
-
由 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.
-
- 02 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 25 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 21 9月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
an improvement on not working at all.
-
- 19 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
and verify rather than direct encrypt/decrypt.
-
- 18 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 9月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 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.
-
- 08 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
It's still totally untested ...
-
- 07 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 9月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 28 8月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 27 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
on the command line for various utilities.
-
- 26 8月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
config file (change RAW to DER).
-
- 24 8月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
block.
-
由 Dr. Stephen Henson 提交于
DSA_METHOD to make it more consistent with RSA_METHOD.
-
- 23 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 8月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
In case of a restart, v[0] and v[1] were incorrectly initialised. This was interpreted by ssl3_get_client_key_exchange as an RSA decryption failure (don't ask me why) and caused it to create a _random_ master key instead (even weirder), which obviously led to incorrect input to ssl3_generate_master_secret and thus caused "block cipher pad is wrong" error messages from ssl3_enc for the client's Finished message. Arrgh.
-
- 17 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
support for encrypted content type in PKCS7_set_content().
-
- 11 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Modify obj_dat.pl to take its files from the command line. Usage is now perl obj_dat.pl objects.h obj_dat.h this should avoid redirection shell escape problems under Win32.
-
- 10 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
used by things like Xenroll. Also include documentation for extendedKeyUsage extension.
-
- 09 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-