projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix some issues in b_print.c code
2016-05-27
Matt Caswell
Fix some issues in b_print.c code
commit
|
commitdiff
|
tree
2016-05-27
huangqinjin
Update the documentation of BN_hex2bn()
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-27
huangqinjin
fix BN_hex2bn()/BN_dec2bn() memory leak
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-26
Matt Caswell
Fix some suspect warnings on Windows
commit
|
commitdiff
|
tree
2016-05-26
Matt Caswell
The ssl3_digest_cached_records() function does not...
commit
|
commitdiff
|
tree
2016-05-23
Matt Caswell
Fix a mem leak on an error path in OBJ_NAME_add()
commit
|
commitdiff
|
tree
2016-05-23
Matt Caswell
Fix error return value in SRP functions
commit
|
commitdiff
|
tree
2016-05-23
Matt Caswell
Add error return for OPENSSL_INIT_set_config_filename()
commit
|
commitdiff
|
tree
2016-05-23
Matt Caswell
Use strerror_r()/strerror_s() instead of strerror(...
commit
|
commitdiff
|
tree
2016-05-23
J Mohan Rao Arisankala
#4342: few missing malloc return checks and free in...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
Todd Short
Add buf-freelists to deprecated options
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
Todd Short
Add text/x509aux to gitignore
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Add checks on CRYPTO_set_ex_data return value
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Fix some malloc failure crashes on X509_STORE_CTX_set_ex_data
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Fix and simplify error handling in (RSA/EC_kmeth)_new_method()
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-23
FdaSilvaYY
Remove useless NULL checks
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-20
Matt Caswell
Fix Windows 64 bit crashes
commit
|
commitdiff
|
tree
2016-05-20
Matt Caswell
Add an async io test
commit
|
commitdiff
|
tree
2016-05-20
Matt Caswell
Ensure async IO works with new state machine
commit
|
commitdiff
|
tree
2016-05-20
David Benjamin
Tighten up logic around ChangeCipherSpec.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-20
Matt Caswell
Simplify SSL BIO buffering logic
commit
|
commitdiff
|
tree
2016-05-19
Matt Caswell
Check that the obtained public key is valid
commit
|
commitdiff
|
tree
2016-05-18
Matt Caswell
Add some error messages for malloc fails
commit
|
commitdiff
|
tree
2016-05-18
Matt Caswell
Better checks for malloc failure in various METHOD...
commit
|
commitdiff
|
tree
2016-05-18
Matt Caswell
Fix some malloc failures in b_addr.c
commit
|
commitdiff
|
tree
2016-05-18
Matt Caswell
Add some check for malloc failure in the CAPI engine
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Fix ts app help message
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Locally declare some variables
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-18
FdaSilvaYY
Few cleanups in s_client, s_server apps.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Add a comment to explain the use of |num_recs|
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Fix RSA dasync engine bug
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Use the current record offset in ssl3_get_record
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
There is only one read buffer
commit
|
commitdiff
|
tree
2016-05-17
Kurt Cancemi
Fix typos in apps/enc.c
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Fix some out of date comments
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Remove repeated condition from if in X509_NAME_oneline
commit
|
commitdiff
|
tree
2016-05-17
Matt Caswell
Correct documentation error
commit
|
commitdiff
|
tree
2016-05-16
Matt Caswell
Remove an unneccessary check of cipher
commit
|
commitdiff
|
tree
2016-05-16
Matt Caswell
Workaround an IO::Socket::IP bug
commit
|
commitdiff
|
tree
2016-05-16
Alessandro Ghedini
Do not access SSL struct directly in TLS1_get_version...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-16
Alessandro Ghedini
Add SSL_client_version() getter function
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-16
Matt Caswell
Add some documentation of SSL_CTX_set_tlsext_status_type()
commit
|
commitdiff
|
tree
2016-05-16
jfigus
Propagate tlsext_status_type from SSL_CTX to SSL
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-16
Kazuki Yamaguchi
Fix NPN protocol name list validation
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-16
FdaSilvaYY
Unify <TYPE>_up_ref methods signature and behaviour.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-13
Insu Yun
Fix OpenSSL_memdup error handling
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-13
Matt Caswell
Add some additional NewSessionTicket tests
commit
|
commitdiff
|
tree
2016-05-13
David Benjamin
The NewSessionTicket message is not optional.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-11
Matt Caswell
Make null_compression const
commit
|
commitdiff
|
tree
2016-05-11
David Benjamin
Fix V2ClientHello handling.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-09
Matt Caswell
Fix BIO_eof() for BIO pairs
commit
|
commitdiff
|
tree
2016-05-09
Andrea Grandi
Fix error in the loop of ECDH
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-09
Matt Caswell
Free any existing SRTP connection profile
commit
|
commitdiff
|
tree
2016-05-09
FdaSilvaYY
fix tab-space mixed indentation
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-09
J Mohan Rao Arisankala
fix check
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-09
J Mohan Rao Arisankala
few missing allocation failure checks and releases...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-05
Matt Caswell
Handle no async jobs in libssl
commit
|
commitdiff
|
tree
2016-05-05
Matt Caswell
Improve heartbeats coding style
commit
|
commitdiff
|
tree
2016-05-05
J Mohan Rao Arisankala
remove unused macros in list -disabled
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-04
Matt Caswell
Handle malloc failures in BIO_accept
commit
|
commitdiff
|
tree
2016-05-04
Matt Caswell
Fix the no-tls option
commit
|
commitdiff
|
tree
2016-05-04
Matt Caswell
Remove stale errors from early connection attempts...
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Update CHANGES and NEWS for the new release
commit
|
commitdiff
|
tree
2016-05-03
Kurt Roeckx
Check that we have enough padding characters.
commit
|
commitdiff
|
tree
2016-05-03
Dr. Stephen Henson
Add ASN.1 INTEGER tests.
commit
|
commitdiff
|
tree
2016-05-03
Dr. Stephen Henson
add ASN1_INTEGER type to d2i_test
commit
|
commitdiff
|
tree
2016-05-03
Dr. Stephen Henson
Add test for CVE-2016-2018
commit
|
commitdiff
|
tree
2016-05-03
Dr. Stephen Henson
Fix ASN1_INTEGER handling.
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Add documentation for EVP_EncodeInit() and similar...
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Ensure EVP_EncodeUpdate handles an output length that...
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Avoid overflow in EVP_EncodeUpdate
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Prevent EBCDIC overread for very long strings
commit
|
commitdiff
|
tree
2016-05-03
Matt Caswell
Fix encrypt overflow
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix some X509_STORE macros
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Remove some dead code from EC_GROUP_check()
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Don't use an uninitialised variable in srp application
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Avoid a NULL ptr deref if group is not set
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Check for a NULL return value from a call to X509_STORE_CTX_...
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Check for failed malloc in BIO_ADDR_new
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
The x509_name_canon function doesn't check for an error...
commit
|
commitdiff
|
tree
2016-04-29
Paul Kehrer
Make header signature of CRYPTO_mem_leaks BIO instead...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Misc tweaks for EBCDIC based on feedback received
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix EBCDIC problem in conf_def.h
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix the tests to work with EBCDIC
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix a build error with strict-warnings and CHARSET_EBCDIC
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Add the ability to test EBCDIC builds
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix building with -DCHARSET_EBCDIC
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Remove some dead code
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
A call to RSA_set0_key had the arguments in the wrong...
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Client side CKE processing can double free on error
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Don't free the BIGNUM passed to BN_mpi2bn
commit
|
commitdiff
|
tree
2016-04-29
Matt Caswell
Fix a leak in i2b_PVK
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak memory on error path in dane_ctx_enable()
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Free an ASN1_OBJECT in an error path
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Free memory on error in PKCS7_dataFinal()
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak memory on error in PKCS12_key_gen_uni
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak memory on error in i2b_PVK
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak memory on error in b2i_rsa
commit
|
commitdiff
|
tree
2016-04-28
Matt Caswell
Don't leak resource on error in OCSP_url_svcloc_new
commit
|
commitdiff
|
tree
next