- 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.
-
Bodo Möller authored
-
- Aug 17, 1999
-
-
Dr. Stephen Henson authored
support for encrypted content type in PKCS7_set_content().
-
Bodo Möller authored
-
- Aug 14, 1999
-
-
Ulf Möller authored
-
- Aug 13, 1999
-
-
Ulf Möller authored
-
Ulf Möller authored
Submitted by: Even Holen <Even.Holen@itea.ntnu.no>
-
Ulf Möller authored
Submitted by: Ivan Nejgebauer <ian@uns.ns.ac.yu>
-
Ulf Möller authored
-
Ulf Möller authored
-
- Aug 12, 1999
-
-
Bodo Möller authored
Everyone should have got it by now.
-
Bodo Möller authored
Submitted by: Erik Johannisson <erik@johannisson.se>
-
- Aug 11, 1999
-
-
Bodo Möller authored
-
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.
-
Bodo Möller authored
-
- Aug 10, 1999
-
-
Bodo Möller authored
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
-
- Aug 09, 1999
-
-
Dr. Stephen Henson authored
used by things like Xenroll. Also include documentation for extendedKeyUsage extension.
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Ralf S. Engelschall authored
Friends, feel free to start again hacking for 0.9.5... ;)
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
tarball baby for us. PLEASE DO NOT COMMIT ANYTHING UNTIL YOU SEE MY FINAL COMMITS TO `STATUS' INDICATING THAT WE'VE REACHED 0.9.5-dev.
-
Ralf S. Engelschall authored
in a more general way.
-
- Aug 08, 1999
-
-
Bodo Möller authored
-
Ralf S. Engelschall authored
This should now finally make the RSAref users happy...
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Ralf S. Engelschall authored
| revision 1.109 | date: 1999/06/24 19:39:23; author: ulf; state: Exp; lines: +0 -1 | Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSD | versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.) Because Ulf overlooked the ELF vs. a.out difference, i.e. the two entries were _NOT_ identical! This way OpenSSL 0.9.4 at least compiles again under FreeBSD 2 and 3. For 0.9.5-dev I'll try to fix the stuff in a more general way to also allow FreeBSD 4 and other variants.
-
Bodo Möller authored
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
because it could confuse people (which then send us bug reports)...
-
Ralf S. Engelschall authored
-
Ralf S. Engelschall authored
even more and I consider this more a useful feature request than a release showstopper.
-
Ralf S. Engelschall authored
Hint from: Andrija Antonijevic <TheAntony2@bigfoot.com>
-
Ralf S. Engelschall authored
-
- Aug 07, 1999
-
-
Bodo Möller authored
LFs into CRLFs when forwarding data from stdin to the TLS connection. This is necessary for properly talking HTTP. Because of the code freeze this change is by default disabled for now; without -DAPPS_CRLF, the code is exactly as before.
-
Bodo Möller authored
-