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
*
add SSL_CONF functions and documentation
Dr. Stephen Henson
2012-11-16
4
-3
/
+621
*
new command line option -stdname to ciphers utility
Dr. Stephen Henson
2012-11-16
2
-0
/
+8
*
add "missing" TLSv1.2 cipher alias
Dr. Stephen Henson
2012-11-15
1
-2
/
+3
*
new feature: if ctx==NULL in SSL_CTX_ctrl perform syntax checking only for so...
Dr. Stephen Henson
2012-11-08
2
-0
/
+18
*
If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" as
Dr. Stephen Henson
2012-09-30
3
-2
/
+31
*
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
Richard Levitte
2012-09-21
1
-1
/
+1
*
Add ctrl and utility functions to retrieve raw cipher list sent by client in
Dr. Stephen Henson
2012-09-12
7
-10
/
+51
*
Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificate
Dr. Stephen Henson
2012-09-11
2
-8
/
+12
*
Call OCSP Stapling callback after ciphersuite has been chosen, so the
Ben Laurie
2012-09-11
4
-39
/
+81
*
new ctrl to retrive value of received temporary key in server key exchange me...
Dr. Stephen Henson
2012-09-08
2
-0
/
+41
*
store and print out message digest peer signed with in TLS 1.2
Dr. Stephen Henson
2012-09-07
3
-0
/
+28
*
perform sanity checks on server certificate type as soon as it is received in...
Dr. Stephen Henson
2012-08-31
6
-49
/
+62
*
give more meaningful error if presented with wrong certificate type by server
Dr. Stephen Henson
2012-08-30
3
-2
/
+19
*
Add compilation flag to disable certain protocol checks and allow use of
Dr. Stephen Henson
2012-08-29
3
-1
/
+62
*
oops, typo
Dr. Stephen Henson
2012-08-29
1
-2
/
+2
*
New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes
Dr. Stephen Henson
2012-08-29
4
-1
/
+122
*
Add three Suite B modes to TLS code, supporting RFC6460.
Dr. Stephen Henson
2012-08-15
13
-78
/
+367
*
Rename Suite B functions for consistency.
Dr. Stephen Henson
2012-08-03
1
-15
/
+2
*
Make tls1_check_chain return a set of flags indicating checks passed
Dr. Stephen Henson
2012-07-27
6
-36
/
+228
*
Abort handshake if signature algorithm used not supported by peer.
Dr. Stephen Henson
2012-07-24
6
-34
/
+57
*
check EC tmp key matches preferences
Dr. Stephen Henson
2012-07-24
5
-3
/
+34
*
typo
Dr. Stephen Henson
2012-07-24
1
-1
/
+1
*
Add support for certificate stores in CERT structure. This makes it
Dr. Stephen Henson
2012-07-24
5
-2
/
+155
*
set ciphers to NULL before calling cert_cb
Dr. Stephen Henson
2012-07-20
1
-1
/
+1
*
stop warning
Dr. Stephen Henson
2012-07-19
1
-1
/
+1
*
add ssl_locl.h to err header files, rebuild ssl error strings
Dr. Stephen Henson
2012-07-19
1
-115
/
+115
*
New function ssl_set_client_disabled to set masks for any ciphersuites
Dr. Stephen Henson
2012-07-18
5
-41
/
+119
*
update trace messages
Dr. Stephen Henson
2012-07-18
1
-4
/
+24
*
Add new ctrl to retrieve client certificate types, print out
Dr. Stephen Henson
2012-07-08
5
-8
/
+155
*
Install srtp.h
Richard Levitte
2012-07-05
1
-1
/
+1
*
Add d1_srtp and t1_trce.
Richard Levitte
2012-07-05
1
-2
/
+2
*
new function SSL_is_server to which returns 1 is the corresponding SSL contex...
Dr. Stephen Henson
2012-07-03
2
-0
/
+6
*
no need to check s->server as default_nid is never used for TLS 1.2 client au...
Dr. Stephen Henson
2012-07-03
1
-1
/
+1
*
Separate client and server permitted signature algorithm support: by default
Dr. Stephen Henson
2012-07-03
5
-26
/
+99
*
Add certificate callback. If set this is called whenever a certificate
Dr. Stephen Henson
2012-06-29
9
-0
/
+56
*
Function tls1_check_ec_server_key is now redundant as we make
Dr. Stephen Henson
2012-06-28
3
-13
/
+0
*
Add new "valid_flags" field to CERT_PKEY structure which determines what
Dr. Stephen Henson
2012-06-28
6
-27
/
+241
*
don't use pseudo digests for default values of keys
Dr. Stephen Henson
2012-06-27
2
-4
/
+4
*
Reorganise supported signature algorithm extension processing.
Dr. Stephen Henson
2012-06-25
6
-109
/
+250
*
Add support for application defined signature algorithms for use with
Dr. Stephen Henson
2012-06-22
7
-28
/
+215
*
fix clashing error code
Dr. Stephen Henson
2012-06-18
1
-1
/
+1
*
Make it possible to delete all certificates from an SSL structure.
Dr. Stephen Henson
2012-06-18
4
-29
/
+40
*
Initial record tracing code. Print out all fields in SSL/TLS records
Dr. Stephen Henson
2012-06-15
3
-2
/
+1227
*
Fix memory leak.
Ben Laurie
2012-06-11
2
-0
/
+9
*
Rearrange and test authz extension.
Ben Laurie
2012-06-07
3
-0
/
+138
*
Fix memory leak.
Ben Laurie
2012-06-06
1
-0
/
+4
*
Parse authz correctly.
Ben Laurie
2012-06-06
2
-0
/
+8
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
12
-41
/
+40
*
RFC 5878 support.
Ben Laurie
2012-05-30
14
-43
/
+764
*
s2_clnt.c: compensate for compiler bug.
Andy Polyakov
2012-05-16
1
-5
/
+7
[next]