Bodo Möller
|
265a9e2c5d
get rid of OpenSSLDie
|
22 年之前 |
Lutz Jänicke
|
4064a85205
Ciphers with NULL encryption were not properly handled because they were
|
22 年之前 |
Bodo Möller
|
a661b65357
New functions SSL[_CTX]_set_msg_callback().
|
23 年之前 |
Bodo Möller
|
e34cfcf7e1
Consistently use 'void *' for SSL read, peek and write functions.
|
24 年之前 |
Richard Levitte
|
41d2a336ee
e_os.h does not belong with the exported headers. Do not put it there
|
24 年之前 |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 年之前 |
Lutz Jänicke
|
836f996010
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
|
24 年之前 |
Dr. Stephen Henson
|
deb2c1a1c5
|
24 年之前 |
Ben Laurie
|
259810e05b
Rijdael CBC mode and partial undebugged SSL support.
|
24 年之前 |
Richard Levitte
|
26da3e65ac
If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto
|
24 年之前 |
Bodo Möller
|
5a4fbc69c3
First step towards SSL_peek fix.
|
24 年之前 |
Richard Levitte
|
f9b3bff6f7
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu>
|
24 年之前 |
Geoff Thorpe
|
ccd86b68ef
The previous commit to crypto/stack/*.[ch] pulled the type-safety strings
|
24 年之前 |
Bodo Möller
|
a2a0158959
Fix some bugs and document others
|
25 年之前 |
Richard Levitte
|
d3442bc780
Move the registration of callback functions to special functions
|
25 年之前 |
Bodo Möller
|
b35e9050f2
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
|
25 年之前 |
Ulf Möller
|
657e60fa00
ispell (and minor modifications)
|
25 年之前 |
Dr. Stephen Henson
|
018e57c74d
Apply Lutz Behnke's 56 bit cipher patch with a few
|
25 年之前 |
Bodo Möller
|
f2d9a32cf4
Use separate arrays for certificate verify and for finished hashes.
|
25 年之前 |
Bodo Möller
|
245206eadd
Use prototypes.
|
25 年之前 |
Bodo Möller
|
c44f754047
Slight code cleanup for handling finished labels.
|
25 年之前 |
Ulf Möller
|
df63a389a5
"extern" is a C++ reserved word.
|
25 年之前 |
Bodo Möller
|
7e70181723
It was a very bad idea to use #include "../e_os.h" -- when this occurs
|
25 年之前 |
Bodo Möller
|
17e3dd1c62
Don't install e_os.h in include/openssl, use it only as a local
|
25 年之前 |
Bodo Möller
|
3398f6cc21
OPENSSL_EXTERN
|
25 年之前 |
Bodo Möller
|
224551f732
Some tiny clean-ups related to the cert_st / sess_cert_st change.
|
25 年之前 |
Bodo Möller
|
b56bce4fc7
New structure type SESS_CERT used instead of CERT inside SSL_SESSION.
|
25 年之前 |
Ulf Möller
|
7d7d2cbcb0
VMS support.
|
25 年之前 |
Bodo Möller
|
8d111f4a47
Spacing in comment corrected.
|
25 年之前 |
Bodo Möller
|
8a41eb70cc
First tiny changes in preparation of changing of "sess_cert" handling.
|
25 年之前 |