- Sep 08, 1999
-
-
Dr. Stephen Henson authored
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.
-
- Sep 07, 1999
-
-
Bodo Möller authored
It's still totally untested ...
-
Dr. Stephen Henson authored
-
- Sep 04, 1999
-
-
Dr. Stephen Henson authored
-
- Sep 03, 1999
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Aug 28, 1999
-
-
Andy Polyakov authored
-
- Aug 27, 1999
-
-
Dr. Stephen Henson authored
on the command line for various utilities.
-
- Aug 25, 1999
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
config file (change RAW to DER).
-
- Aug 24, 1999
-
-
Dr. Stephen Henson authored
block.
-
- Aug 23, 1999
-
-
Dr. Stephen Henson authored
DSA_METHOD to make it more consistent with RSA_METHOD.
-
- Aug 22, 1999
-
-
Dr. Stephen Henson authored
-
- Aug 19, 1999
-
-
Dr. Stephen Henson authored
-
- Aug 18, 1999
-
-
Bodo Möller authored
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.
-
- Aug 17, 1999
-
-
Dr. Stephen Henson authored
support for encrypted content type in PKCS7_set_content().
-
- Aug 11, 1999
-
-
Dr. Stephen Henson authored
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.
-
- Aug 09, 1999
-
-
Dr. Stephen Henson authored
used by things like Xenroll. Also include documentation for extendedKeyUsage extension.
-
Bodo Möller authored
-
Ralf S. Engelschall authored
Friends, feel free to start again hacking for 0.9.5... ;)
-
- Aug 08, 1999
-
-
Bodo Möller authored
-
Ralf S. Engelschall authored
This should now finally make the RSAref users happy...
-
Ralf S. Engelschall authored
Hint from: Andrija Antonijevic <TheAntony2@bigfoot.com>
-
- Aug 06, 1999
-
-
Dr. Stephen Henson authored
with some 0.9.4 changes.
-
- Aug 05, 1999
-
-
Bodo Möller authored
while implementing and using it.
-
- Aug 03, 1999
-
-
Bodo Möller authored
-
- Jul 30, 1999
-
-
Dr. Stephen Henson authored
recipient.
-
- Jul 29, 1999
-
-
Bodo Möller authored
Using different files caused problems because the dependencies in the Makefiles produced by mk1mf.pl were for the standard case, i.e. mentioned buildinf.h and not mk1mfinf.h.
-
- Jul 27, 1999
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Bodo Möller authored
-
- Jul 25, 1999
-
-
Andy Polyakov authored
-
- Jul 21, 1999
-
-
Bodo Möller authored
and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
-
Bodo Möller authored
use new file buildinf.h instead.
-
- Jul 20, 1999
-
-
Andy Polyakov authored
-
- Jul 19, 1999
-
-
Bodo Möller authored
work as intended, both for SSLv2 and TLS.
-
Bodo Möller authored
-
Bodo Möller authored
and make it the default for some debugging configurations.
-
- Jul 16, 1999
-
-
Ulf Möller authored
-
- Jul 12, 1999
-
-
Dr. Stephen Henson authored
passes all the tests. Added documentation in INSTALL.W32.
-