index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
mkstack.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-08
Remove fipscanister from Configure, delete fips directory
Dr. Stephen Henson
87
-37786
/
+4
2014-12-08
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
9
-33
/
+0
2014-12-08
Add CHANGES entry for OCB
Matt Caswell
1
-0
/
+5
2014-12-08
Added OPENSSL_NO_OCB guards
Matt Caswell
7
-6
/
+35
2014-12-08
Add documentation for OCB mode
Matt Caswell
1
-13
/
+31
2014-12-08
Add tests for OCB mode
Matt Caswell
2
-11
/
+45
2014-12-08
Add EVP support for OCB mode
Matt Caswell
8
-3
/
+463
2014-12-08
Add support for OCB mode as per RFC7253
Matt Caswell
4
-2
/
+656
2014-12-05
Clarify the return values for SSL_get_shared_curve.
Emilia Kasper
2
-14
/
+22
2014-12-05
Add extra checks for odd-length EC curve lists.
Emilia Kasper
3
-74
/
+111
2014-12-05
Reject elliptic curve lists of odd lengths.
Emilia Kasper
1
-1
/
+3
2014-12-05
Fix broken build
Emilia Kasper
4
-3
/
+4
2014-12-04
Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILURE
Kurt Roeckx
6
-13
/
+9
2014-12-04
capi_get_provname: Check return values
Kurt Roeckx
1
-6
/
+12
2014-12-04
ssl_create_cipher_list: check whether push onto cipherstack succeeds
Jonas Maebe
1
-1
/
+6
2014-12-04
ssl_cert_dup: Fix memory leak
Jonas Maebe
1
-22
/
+2
2014-12-04
dtls1_new: free s on error path
Kurt Roeckx
1
-4
/
+9
2014-12-04
dtls1_heartbeat: check for NULL after allocating s->cert->ctypes
Jonas Maebe
1
-0
/
+5
2014-12-04
dtls1_process_heartbeat: check for NULL after allocating buffer
Jonas Maebe
1
-0
/
+2
2014-12-04
capi_get_key: check for NULL after allocating key
Jonas Maebe
1
-0
/
+2
2014-12-04
capi_cert_get_fname: check for NULL after allocating wfname
Jonas Maebe
1
-0
/
+2
2014-12-04
capi_get_provname: free name on error if it was malloc'ed
Jonas Maebe
1
-0
/
+2
2014-12-04
pkey_gost_mac_keygen: check for NULL after allocating keydata
Jonas Maebe
1
-0
/
+2
2014-12-04
pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukm
Jonas Maebe
1
-0
/
+5
2014-12-04
Update changes to indicate that SSLv2 support has been removed
Kurt Roeckx
1
-0
/
+4
2014-12-04
Remove incorrect code inadvertently introduced through commit 59669b6ab.
Matt Caswell
1
-4
/
+0
2014-12-04
Remove SSLv2 support
Kurt Roeckx
69
-5569
/
+229
2014-12-03
New location on website for binaries.
Rich Salz
1
-1
/
+1
2014-12-03
Remove "#if 0" code
Matt Caswell
1
-22
/
+0
2014-12-03
Only use the fallback mtu after 2 unsuccessful retransmissions if it is less
Matt Caswell
1
-1
/
+5
2014-12-03
Updates to s_client and s_server to remove the constant 28 (for IPv4 header
Matt Caswell
2
-4
/
+30
2014-12-03
If we really get a situation where the underlying mtu is less than the minimum
Matt Caswell
1
-1
/
+4
2014-12-03
Fix dtls_query_mtu so that it will always either complete with an mtu that is
Matt Caswell
1
-37
/
+24
2014-12-03
Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)
Matt Caswell
6
-30
/
+74
2014-12-03
There are a number of instances throughout the code where the constant 28 is
Matt Caswell
2
-4
/
+46
2014-12-03
The first call to query the mtu in dtls1_do_write correctly checks that the
Matt Caswell
1
-9
/
+13
2014-12-03
The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from being
Matt Caswell
2
-3
/
+11
2014-12-03
Verify that we have a sensible message len and fail if not
Matt Caswell
1
-2
/
+8
2014-12-02
Use the SSLv23 method by default
Kurt Roeckx
2
-15
/
+0
2014-11-29
Remove all .cvsignore files
Rich Salz
95
-502
/
+0
2014-11-28
Check for FindNextFile when defining it rather than FindFirstFile
Richard Levitte
1
-1
/
+1
2014-11-28
[PR3597] Advance to the next state variant when reusing messages.
Richard Levitte
1
-0
/
+1
2014-11-28
Correct some layout issues, convert all remaining tabs to appropriate amounts...
Richard Levitte
1
-9
/
+8
2014-11-28
Improves the proxy certificates howto doc.
Alok Menghrajani
1
-106
/
+91
2014-11-27
Fix warning in ssl2_enc
Matt Caswell
1
-1
/
+1
2014-11-27
Remove more references to dtls1_enc
Matt Caswell
2
-2
/
+0
2014-11-27
Check EVP_Cipher return values for SSL2
Matt Caswell
3
-6
/
+15
2014-11-27
Delete unused file
Matt Caswell
2
-283
/
+2
2014-11-27
Add checks to the return value of EVP_Cipher to prevent silent encryption fai...
Matt Caswell
3
-4
/
+4
2014-11-27
Remove redundant checks in ssl_cert_dup. This was causing spurious error mess...
Matt Caswell
1
-29
/
+0
[next]