projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2014-12-15
Matt Caswell
Check return value of ssl3_output_cert_chain
commit
|
commitdiff
|
tree
|
snapshot
2014-12-15
Emilia Kasper
Fix unused variable warning
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Matt Caswell
Fix memory leak in s2_srvr.c if BUF_MEM_grow fails
commit
|
commitdiff
|
tree
|
snapshot
2014-12-13
Matt Caswell
Fixed memory leak if BUF_MEM_grow fails
commit
|
commitdiff
|
tree
|
snapshot
2014-12-12
Matt Caswell
Fix use of NULL memory pointer in X509_VERIFY_PARAM_new...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Matt Caswell
Fixed memory leak in the event of a failure of BUF_MEM_grow
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Matt Caswell
Fix memory leak in SSL_new if errors occur.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Emilia Kasper
Reject elliptic curve lists of odd lengths.
commit
|
commitdiff
|
tree
|
snapshot
2014-12-04
Matt Caswell
Remove incorrect code inadvertently introduced through...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Remove "#if 0" code
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Only use the fallback mtu after 2 unsuccessful retransm...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Updates to s_client and s_server to remove the constant...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
If we really get a situation where the underlying mtu...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Fix dtls_query_mtu so that it will always either comple...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Remove instances in libssl of the constant 28 (for...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
There are a number of instances throughout the code...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
The first call to query the mtu in dtls1_do_write corre...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
The SSL_OP_NO_QUERY_MTU option is supposed to stop...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-03
Matt Caswell
Verify that we have a sensible message len and fail...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-02
Kurt Roeckx
Use the SSLv23 method by default
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Richard Levitte
Check for FindNextFile when defining it rather than...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Richard Levitte
[PR3597] Advance to the next state variant when reusing...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Richard Levitte
Correct some layout issues, convert all remaining tabs...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Alok Menghrajani
Improves the proxy certificates howto doc.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Fixed warning in ssl2_enc
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Check EVP_Cipher return values for SSL2
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Add checks to the return value of EVP_Cipher to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Remove redundant checks in ssl_cert_dup. This was causi...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Remove duplicated code
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Tidy up ocsp help output
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
André Guerreiro
Add documentation on -timeout option in the ocsp utility
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Guenter
NetWare compilation fix.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Updates to X509_NAME_get_index_by_NID.pod submitted...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Updates to X509_NAME_add_entry_by_txt.pod submitted...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Updates to EVP_PKEY_encrypt.pod submitted by user Berna...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Matt Caswell
Add include of ssl.h which is required by srtp.h
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Matt Caswell
Fixed memory leak due to incorrect freeing of DTLS...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Matt Caswell
Corrected comments in ssl.h about SSLv23_method and...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
David Benjamin
Do not resume a session if the negotiated protocol...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Emilia Kasper
Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Emilia Kasper
Always require an advertised NewSessionTicket message.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Emilia Kasper
Remove ssl3_check_finished.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Emilia Kasper
Set s->hit when resuming from external pre-shared secret.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-20
Emilia Kasper
Reset s->tlsext_ticket_expected in ssl_scan_serverhello...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-19
Dr. Stephen...
New option no-ssl3-method which removes SSLv3_*method
commit
|
commitdiff
|
tree
|
snapshot
2014-11-18
Matt Caswell
Added OPENSSL_NO_EC2M guards around the preferred EC...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-17
Jan Hykel
Don't use msg on error.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-13
Dr. Stephen...
Fix cross reference table generator.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-12
Alok Menghrajani
Fixes a minor typo in the EVP docs.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-12
Michal Bozon
Correct timestamp output when clock_precision_digits > 0
commit
|
commitdiff
|
tree
|
snapshot
2014-11-12
Matt Caswell
Fix free of garbage pointer. PR#3595
commit
|
commitdiff
|
tree
|
snapshot
2014-11-11
Kurt Roeckx
Fix warning about negative unsigned intergers
commit
|
commitdiff
|
tree
|
snapshot
2014-11-10
Russell Coker
Fix datarace reported by valgrind/helgrind
commit
|
commitdiff
|
tree
|
snapshot
2014-10-29
Andy Polyakov
md32_common.h: address compiler warning in HOST_c2l.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-28
Samuel Neves
Use only unsigned arithmetic in constant-time operations
commit
|
commitdiff
|
tree
|
snapshot
2014-10-28
Emilia Kasper
Tighten session ticket handling
commit
|
commitdiff
|
tree
|
snapshot
2014-10-27
Emilia Kasper
Fix ssltest logic when some protocols are compiled...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Bodo Moeller
Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Bodo Moeller
When processing ClientHello.cipher_suites, don't ignore...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-21
Kurt Roeckx
Keep old method in case of an unsupported protocol
commit
|
commitdiff
|
tree
|
snapshot
2014-10-20
Tim Hudson
no-ssl2 with no-ssl3 does not mean drop the ssl lib
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Andy Polyakov
e_os.h: refine inline override logic (to address warnin...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Andy Polyakov
e_os.h: allow inline functions to be compiled by legacy...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-17
Kurt Cancemi
RT3547: Add missing static qualifier
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Prepare for 1.0.1k-dev
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Prepare for 1.0.1j release
OpenSSL_1_0_1j
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Updates to NEWS
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Add updates to CHANGES file
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Geoff Thorpe
Fix no-ssl3 configuration option
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Dr. Stephen...
Fix for session tickets memory leak.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Fix SRTP compile issues for windows
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Matt Caswell
Fix for SRTP Memory Leak
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Bodo Moeller
Fix SSL_R naming inconsistency.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Andy Polyakov
aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Tim Hudson
Add constant_time_locl.h to HEADERS,
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Add the constant time test to the VMS build and tests
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Include "constant_time_locl.h" rather than "../constant...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Spaces were added in some strings for better readabilit...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Adjust VMS build to Unix build. Most of all, make...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Make sure test/tests.com exit gracefully, even when...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Update the VMS build according to the latest unixly...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Richard Levitte
Make sure that disabling the MAYLOSEDATA3 warning is...
commit
|
commitdiff
|
tree
|
snapshot
2014-10-15
Bodo Moeller
Support TLS_FALLBACK_SCSV.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-10
Dr. Stephen...
Preserve digests for SNI.
commit
|
commitdiff
|
tree
|
snapshot
2014-10-06
Matt Caswell
Removed duplicate definition of PKCS7_type_is_encrypted
commit
|
commitdiff
|
tree
|
snapshot
2014-09-29
Dr. Stephen...
Add additional DigestInfo checks.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-25
Emilia Kasper
Add missing tests
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Dr. Stephen...
Use correct function name: CMS_add1_signer()
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Andy Polyakov
crypto/bn/bn_nist.c: work around MSC ARM compiler bug.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Emilia Kasper
RT3425: constant-time evp_enc
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Emilia Kasper
RT3067: simplify patch
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Adam Langley
This change alters the processing of invalid, RSA pre...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-24
Emilia Kasper
RT3066: rewrite RSA padding checks to be slightly more...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-21
Tim Hudson
Fixed error introduced in commit f2be92b94dad3c6cbdf79d...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-10
Rich Salz
RT2560: missing NULL check in ocsp_req_find_signer
commit
|
commitdiff
|
tree
|
snapshot
2014-09-08
Erik Auerswald
RT3301: Discard too-long heartbeat requests
commit
|
commitdiff
|
tree
|
snapshot
2014-09-05
Adam Langley
psk_client_callback, 128-byte id bug.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Adam Langley
Ensure that x**0 mod 1 = 0.
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Richard Levitte
Followup on RT3334 fix: make sure that a directory...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-03
Phil Mesnier
RT3334: Fix crypto/LPdir_win.c
commit
|
commitdiff
|
tree
|
snapshot
next