index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ECC ciphersuite support
Bodo Möller
2002-08-09
1
-13
/
+43
*
get rid of OpenSSLDie
Bodo Möller
2002-08-02
1
-0
/
+6
*
OpenSSL Security Advisory [30 July 2002]
Lutz Jänicke
2002-07-30
1
-0
/
+2
*
New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.
Lutz Jänicke
2002-07-19
1
-0
/
+17
*
AES cipher suites are now official (RFC3268)
Bodo Möller
2002-07-04
1
-1
/
+1
*
New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
Bodo Möller
2002-06-14
1
-6
/
+19
*
Fix ciphersuite list to enforce low priority for RC4.
Bodo Möller
2002-05-07
1
-1
/
+1
*
ensure that, for each strength, RC4 ciphers have least preference
Bodo Möller
2002-05-07
1
-1
/
+1
*
disable AES ciphersuites unless explicitly requested
Bodo Möller
2002-05-06
1
-4
/
+5
*
Fix ASN1 additions for KRB5
Dr. Stephen Henson
2002-03-12
1
-0
/
+1
*
Add 'void *' argument to app_verify_callback.
Bodo Möller
2002-02-28
1
-3
/
+5
*
Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'
Bodo Möller
2002-01-15
1
-0
/
+55
*
Prototype info function.
Ben Laurie
2002-01-12
1
-8
/
+9
*
Add client_cert_cb prototype.
Ben Laurie
2002-01-12
1
-1
/
+1
*
remove redundant ERR_load_... declarations
Bodo Möller
2001-12-17
1
-1
/
+0
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
1
-0
/
+1
*
Deprecate the macro MAC_OS_pre_X.
Richard Levitte
2001-10-24
1
-1
/
+1
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-14
/
+22
*
gcc complained about "write" being shadowed even though the "write"
Bodo Möller
2001-10-17
1
-2
/
+2
*
Add per-SSL 'msg_callback' with 'msg_callback_arg'.
Bodo Möller
2001-10-16
1
-32
/
+106
*
Change ssl3_get_message and the functions using it so that complete
Bodo Möller
2001-10-15
1
-0
/
+1
*
To avoid commit wars over dependencies, let's make it so things that
Richard Levitte
2001-10-10
1
-2
/
+0
*
Disable session related stuff in SSL_ST_OK case of ssl3_accept if we
Bodo Möller
2001-09-21
1
-2
/
+1
*
New function SSL_renegotiate_pending().
Bodo Möller
2001-09-21
1
-2
/
+10
*
Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't
Bodo Möller
2001-09-20
1
-0
/
+2
*
Make maximum certifcate chain size accepted from the peer application
Lutz Jänicke
2001-09-11
1
-1
/
+20
*
More manual pages. Constify.
Lutz Jänicke
2001-08-23
1
-8
/
+8
*
Don't disable rollback attack detection as a recommended bug workaround.
Lutz Jänicke
2001-08-03
1
-1
/
+5
*
Remove SSL_OP_NON_EXPORT_FIRST:
Lutz Jänicke
2001-08-01
1
-3
/
+1
*
More Kerberos SSL changes from Jeffrey Altman <jaltman@columbia.edu>
Richard Levitte
2001-07-31
1
-0
/
+6
*
SSL_get_[rw]fd were documented but not implemented.
Richard Levitte
2001-07-15
1
-0
/
+2
*
Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in
Richard Levitte
2001-07-09
1
-1
/
+5
*
Avoid assert() in the library.
Bodo Möller
2001-04-08
1
-0
/
+1
*
Consistently use 'void *' for SSL read, peek and write functions.
Bodo Möller
2001-03-09
1
-4
/
+4
*
add ssl23_peek
Bodo Möller
2001-03-08
1
-1
/
+2
*
Fix ERR_R_... problems.
Bodo Möller
2001-03-07
1
-1
/
+0
*
Move ec.h to ec2.h because it is not compatible with what we will use.
Bodo Möller
2001-03-05
1
-1
/
+1
*
Fix an oversight - when checking a potential session ID for conflicts with
Geoff Thorpe
2001-02-23
1
-2
/
+2
*
Include e_os2.h instead of opensslconf.h.
Richard Levitte
2001-02-22
1
-7
/
+8
*
This change allows a callback to be used to override the generation of
Geoff Thorpe
2001-02-21
1
-0
/
+29
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-43
/
+24
*
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
Lutz Jänicke
2001-02-09
1
-0
/
+3
*
Fix AES code.
Dr. Stephen Henson
2001-02-07
1
-1
/
+1
*
Rijdael CBC mode and partial undebugged SSL support.
Ben Laurie
2001-02-06
1
-0
/
+1
*
Definition of NO_KRB5 in ssl.h for external applications.
Ulf Möller
2001-01-22
1
-0
/
+8
*
Get rid of unused error code.
Bodo Möller
2000-12-28
1
-1
/
+0
*
First step towards SSL_peek fix.
Bodo Möller
2000-12-14
1
-0
/
+1
*
First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...
Richard Levitte
2000-11-30
1
-0
/
+20
*
Disable SSL_peek until it is fixed.
Bodo Möller
2000-11-28
1
-0
/
+3
*
modular arithmetics
Bodo Möller
2000-11-26
1
-0
/
+7
[next]