index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow code which calls RSA temp key callback to cope
Dr. Stephen Henson
2000-02-25
3
-0
/
+8
*
Remove structures that are no longer used.
Richard Levitte
2000-02-24
1
-16
/
+0
*
nicer manpages
Ulf Möller
2000-02-24
1
-0
/
+2
*
Add missing prototypes for new functions
Ralf S. Engelschall
2000-02-24
1
-0
/
+2
*
Fix NO_RSA (misplaced #endif).
Ulf Möller
2000-02-24
3
-2
/
+7
*
make update
Richard Levitte
2000-02-24
2
-0
/
+2
*
Allow ADH to be used but not present in the default cipher
Dr. Stephen Henson
2000-02-23
2
-7
/
+0
*
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
Dr. Stephen Henson
2000-02-22
4
-5
/
+4
*
Workarounds to make broken programs happy (such as s_client and s_server).
Bodo Möller
2000-02-21
1
-23
/
+29
*
Fix some bugs and document others
Bodo Möller
2000-02-21
6
-37
/
+54
*
Move ssl3_do_write from s3_pkt.c to s3_both.c.
Bodo Möller
2000-02-21
2
-20
/
+20
*
Move MAC computations for Finished from ssl3_read_bytes into
Bodo Möller
2000-02-21
5
-22
/
+23
*
Move the registration of callback functions to special functions
Richard Levitte
2000-02-21
8
-58
/
+169
*
Workaround for irrelevant problem.
Bodo Möller
2000-02-21
1
-7
/
+16
*
ignore Client Hellos when we're in handshake anyway
Bodo Möller
2000-02-21
1
-9
/
+23
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-21
12
-286
/
+368
*
Get rid of evil cast.
Ben Laurie
2000-02-17
1
-1
/
+1
*
Fix for Netscape "hang" bug.
Dr. Stephen Henson
2000-02-15
1
-0
/
+18
*
Rename SSLeay_add_all_algorithms() et al to
Dr. Stephen Henson
2000-02-04
2
-1
/
+2
*
Report progress as in dsatest.c when creating a DHE key.
Bodo Möller
2000-02-04
1
-7
/
+32
*
Use correct, not American spelling.
Bodo Möller
2000-02-04
1
-1
/
+1
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
17
-47
/
+47
*
Add new -notext option to 'ca', -pubkey option to spkac.
Dr. Stephen Henson
2000-02-03
1
-1
/
+1
*
Seek out and destroy another evil cast.
Ulf Möller
2000-01-31
1
-2
/
+2
*
Source code cleanups: Use void * rather than char * in lhash,
Ulf Möller
2000-01-30
6
-13
/
+12
*
Make DSA_generate_parameters, and fix a couple of bug
Bodo Möller
2000-01-30
1
-1
/
+9
*
Some comments added, and slight code clean-ups.
Bodo Möller
2000-01-26
4
-34
/
+36
*
Avoid a race condition.
Bodo Möller
2000-01-24
1
-18
/
+20
*
Tidy up CRYPTO_EX_DATA structures.
Dr. Stephen Henson
2000-01-24
4
-21
/
+20
*
Minor patch: check only match @STRENGTH and remove eNULL
Dr. Stephen Henson
2000-01-23
1
-11
/
+4
*
Apply Lutz Behnke's 56 bit cipher patch with a few
Dr. Stephen Henson
2000-01-22
10
-389
/
+879
*
Don't "goto err" in client_master_key because no such label exists;
Bodo Möller
2000-01-21
1
-1
/
+1
*
Check RAND_bytes() return value or use RAND_pseudo_bytes().
Ulf Möller
2000-01-21
6
-13
/
+21
*
Some more ifdefs for no-xxx options.
Ulf Möller
2000-01-21
1
-1
/
+1
*
Compaq C 6.2 for VMS will complain when we want to convert
Richard Levitte
2000-01-18
3
-9
/
+84
*
Prepare for a possible disabling of certain messages that DEC C spews out.
Richard Levitte
2000-01-17
1
-0
/
+3
*
It doesn't make sense to try see if these variables are negative, since they'...
Richard Levitte
2000-01-17
1
-2
/
+2
*
SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when
Bodo Möller
2000-01-16
1
-1
/
+1
*
Add missing #ifndefs that caused missing symbols when building libssl
Ulf Möller
2000-01-16
11
-20
/
+60
*
In ssl3_read_n, set rwstate to SSL_NOTHING when the requested
Bodo Möller
2000-01-16
1
-0
/
+1
*
RAND_seed
Ulf Möller
2000-01-16
1
-0
/
+4
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
8
-8
/
+8
*
add check for internal error
Bodo Möller
2000-01-11
1
-0
/
+5
*
The buffer in ss3_read_n cannot actually occur because it is never
Bodo Möller
2000-01-11
1
-1
/
+1
*
Clean up some of the SSL server code.
Bodo Möller
2000-01-11
6
-106
/
+138
*
New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...
Dr. Stephen Henson
2000-01-09
2
-2
/
+7
*
Make NO_RSA compile with pedantic.
Ben Laurie
2000-01-08
5
-1
/
+25
*
New functions SSL_get_finished, SSL_get_peer_finished.
Bodo Möller
2000-01-06
3
-0
/
+40
*
Use less complicated arrangement for data strutures related to Finished
Bodo Möller
2000-01-06
3
-46
/
+13
*
Use separate arrays for certificate verify and for finished hashes.
Bodo Möller
2000-01-06
6
-15
/
+56
[next]