index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NEWS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
Fix compilation problems with SCTP
Matt Caswell
2
-4
/
+4
2015-11-06
Remove some redundant assignments
Matt Caswell
1
-3
/
+0
2015-11-06
Don't finish the handshake twice
Matt Caswell
3
-15
/
+1
2015-11-05
Rebuild error source files.
Dr. Stephen Henson
28
-390
/
+415
2015-11-05
fix discrepancy
Dr. Stephen Henson
1
-1
/
+1
2015-11-05
Read function names from C source files.
Dr. Stephen Henson
1
-1
/
+14
2015-11-05
Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION
Matt Caswell
1
-12
/
+18
2015-11-04
Minor EVP_SignInit_ex doc fix
Matt Caswell
1
-1
/
+2
2015-11-02
Fix usage of BIO_ctrl_set_connected
Richard Levitte
1
-1
/
+1
2015-11-02
Remove the state parameter from BIO_ctrl_set_connected
Richard Levitte
1
-2
/
+2
2015-11-02
BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it does
Richard Levitte
2
-3
/
+1
2015-11-02
Correct or add comments indicating what controls belong to what
Richard Levitte
1
-1
/
+5
2015-11-02
Remove PROXY controls that aren't used anywhere
Richard Levitte
1
-19
/
+4
2015-11-02
Remove dummy argument from BIO_get_bind_mode
Richard Levitte
2
-2
/
+2
2015-11-02
Document how BIO_get_conn_ip and BIO_get_conn_int_port actually work
Richard Levitte
1
-2
/
+2
2015-11-02
Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl
Richard Levitte
2
-12
/
+21
2015-11-02
Clarify the preferred way of creating patch files
Matt Caswell
1
-2
/
+8
2015-11-02
Remove a reachable assert from ssl3_write_bytes
Matt Caswell
1
-15
/
+15
2015-11-02
Remove an OPENSSL_assert which could fail
Matt Caswell
1
-1
/
+2
2015-11-02
Remove a trivially true OPENSSL_assert
Matt Caswell
2
-12
/
+0
2015-11-02
Fixed typo in rsautl.pod
Soheil Rashidi
1
-1
/
+1
2015-11-01
PR1279: Clean up CONTRIBUTING
Rich Salz
1
-18
/
+7
2015-11-01
Various README updates
Rich Salz
1
-78
/
+35
2015-11-01
Remove des_ver.h; broke build.
Rich Salz
1
-1
/
+1
2015-10-30
Replace "SSLeay" in API with OpenSSL
Rich Salz
55
-651
/
+438
2015-10-30
Remove some SSLv2 references
Matt Caswell
7
-33
/
+12
2015-10-30
Add SRP and PSK to disallowed CertificateRequest ciphersuites
Matt Caswell
2
-3
/
+4
2015-10-30
Remove the inline keyword
Matt Caswell
1
-2
/
+2
2015-10-30
Remove superfluous check
Matt Caswell
1
-1
/
+1
2015-10-30
Change SSL_state_string return strings to start with a T
Matt Caswell
1
-23
/
+23
2015-10-30
Change snprintf to memcpy
Matt Caswell
2
-9
/
+8
2015-10-30
Add ossl_statem prefix to various functions
Matt Caswell
4
-52
/
+52
2015-10-30
Convert enums to typedefs
Matt Caswell
7
-94
/
+83
2015-10-30
Make dtls1_link_min_mtu static
Matt Caswell
2
-2
/
+2
2015-10-30
Fix a bogus clang warning
Matt Caswell
1
-1
/
+1
2015-10-30
Fix empty NewSessionTicket processing
Matt Caswell
1
-1
/
+1
2015-10-30
Fix uninitialised variable
Matt Caswell
1
-4
/
+6
2015-10-30
make update
Matt Caswell
1
-2
/
+3
2015-10-30
Fix various error codes
Matt Caswell
3
-40
/
+42
2015-10-30
Move in_handshake into STATEM
Matt Caswell
11
-26
/
+43
2015-10-30
Fix unitialised variable problem
Matt Caswell
1
-2
/
+1
2015-10-30
Fix DTLSv1_listen following state machine changes
Matt Caswell
3
-2
/
+20
2015-10-30
Add a function to get the info_callback
Matt Caswell
1
-12
/
+13
2015-10-30
Remove the old state defines
Matt Caswell
3
-121
/
+1
2015-10-30
Change SUB_STATE_RETURN into a typedef
Matt Caswell
1
-6
/
+6
2015-10-30
Rename STATEM to OSSL_STATEM
Matt Caswell
5
-26
/
+26
2015-10-30
Remove SSL_state and SSL_set_state
Matt Caswell
7
-25
/
+16
2015-10-30
Move |no_cert_verify| into state machine
Matt Caswell
5
-11
/
+12
2015-10-30
Remove extraneous parens
Matt Caswell
1
-1
/
+1
2015-10-30
Change statem prefix to ossl_statem
Matt Caswell
13
-126
/
+130
[next]