projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make x25519_compute_key() return a boolean
2016-06-23
huangqinjin
Make x25519_compute_key() return a boolean
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
huangqinjin
Make ossl_ecdh_compute_key() return a boolean
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Add checks on sk_TYPE_push() returned result
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Rework error handling from asn1_do_lock method.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-20
Rob Percival
Tests should check validation status directly
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-20
Rob Percival
Test SCT lists
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
OpenBSD has intypes.h
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Replace 4 casts with 1
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Improve const correctness for stacks of EVP_MD
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
constify SRP
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Avoid type punning warnings in b_addr.c
commit
|
commitdiff
|
tree
2016-06-17
Matt Caswell
Change default directory for storing the .rnd file...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
no-ripemd is an alias for no-rmd160
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Revert "RT4526: Call TerminateProcess, not ExitProcess"
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Skip the TLSProxy tests if environmental problems are...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Fix the build and tests following constification of...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Change the return type of EVP_EncodeUpdate
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Remove an unused variable assignment
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Free memory on an error path
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Avoid a double-free in crl2pl7
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Add missing break statement
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Fix comment
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
make update
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Add some missing return value checks
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Update sslapitest to use the test framework
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Update the SSL_set_session() documentation
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Add some session API tests
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Ensure SSL_set_session clears the old session from...
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Handle inability to create AFALG socket
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix an error path leak in do_ext_nconf()
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix seg fault in TS_RESP_verify_response()
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix no-dtls* builds
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Expand SSL_CTX_set_default_verify_paths() documentation
commit
|
commitdiff
|
tree
2016-06-09
Laszlo Kovacs
RT3720 Increment session miss counter properly
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-08
Jeffrey Walton
Fixes to get -ansi working
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-08
Kurt Cancemi
crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-08
Todd Short
Always use session_ctx when removing a session
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Add empty record tests
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Reject out of context empty records
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Fix pipelining bug
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Add a BN_mod_word test()
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Fix BN_mod_word bug
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Add an SSL get/set test
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Add documentation for the newly added SSL_get_tlsext_status_...
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Add SSL_CTX_get_tlsext_status_type()
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Return the value of tlsext_status_type in the return...
commit
|
commitdiff
|
tree
2016-06-07
Alessandro Ghedini
Add SSL_get_tlsext_status_type() method
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-07
Cesar Pereida
Set flag BN_FLG_CONSTTIME earlier
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-07
Cesar Pereida
Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-07
Matt Caswell
Document the issue with threads and dlopen()
commit
|
commitdiff
|
tree
2016-06-06
Matt Caswell
Deprecate the flags that switch off constant time
commit
|
commitdiff
|
tree
2016-06-06
Matt Caswell
Simplify dsa_ossl.c
commit
|
commitdiff
|
tree
2016-06-06
Cesar Pereida
Fix DSA, preserve BN_FLG_CONSTTIME
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Fix documentation error in x509 app certopt flag
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
BIO_printf() can fail to print the last character
commit
|
commitdiff
|
tree
2016-06-03
Jonas Maebe
cryptodev_asym, zapparams: use OPENSSL_* allocation...
...modification based on tip from
Matt Caswell
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Handle a memory allocation failure in ssl3_init_finished_mac()
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Update INSTALL instructions
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Add a paragraph on documentation to CONTRIBUTING
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Further update CONTRIBUTING
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Tweaks to NOTES.PERL
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Update NOTES.WIN
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Update CONTRIBUTING
commit
|
commitdiff
|
tree
2016-06-03
Matt Caswell
Bring the README file up to date
commit
|
commitdiff
|
tree
2016-06-02
Matt Caswell
Fix test failures when using enable-ubsan
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory on set_reasons() error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory on int X509_PURPOSE_add() error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory on X509_TRUST_add() error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory on ASN1_item_pack() error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory on ASN1_GENERALIZEDTIME_adj() error...
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory in v2i_POLICY_MAPPINGS() on error...
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory from notice_section function on error...
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak memory in v2i_AUTHORITY_KEYID
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Fix memory leak in crl2pkcs7 app
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free a temporary buffer used by dsaparam application
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free buffer on error in a2i_ASN1_INTEGER()
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free memory on error in cms app
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free tempory data on error in ec_wNAF_mul()
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Ensure an ASN1_OBJECT is freed in error paths
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free allocated password strings on exit
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free a BIO_ADDR if DTLSv1_listen return <=0
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Ensure BIGNUM is freed in an error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Free an X509_CRL in an error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Don't leak X509_OBJECT in an error path
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Fix printing of DH Parameters
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
Add dhparam sanity check and update DH_check documentation
commit
|
commitdiff
|
tree
2016-06-01
FdaSilvaYY
Raise an Err when CRYPTO_THREAD_lock_new fails
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
req command incorrectly displays the bits for an EC key
commit
|
commitdiff
|
tree
2016-06-01
Matt Caswell
OpenBSD doesn't have ucontext.h so don't try and include it
commit
|
commitdiff
|
tree
2016-05-31
Matt Caswell
make update
commit
|
commitdiff
|
tree
2016-05-27
Todd Short
Fix ssl_cert_set0_chain invalid pointer
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Avoid msys name mangling
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Fix intermittent windows failures in TLSProxy tests
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Fix s_client/s_server waiting for stdin on Windows
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Fix some s_server issues on Windows
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Silence some "may be uninitialized when used" warning
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Add a test for printing floating point format specifiers
commit
|
commitdiff
|
tree
2016-05-27
Matt Caswell
Prevent an overflow when trying to print excessively...
commit
|
commitdiff
|
tree
next