projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2017-02-28
Richard Levitte
Code cleanup: remove the VMS specific reimplementation...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-27
Adrian Vollmer
Adjust the default value of the private key size
commit
|
commitdiff
|
tree
|
snapshot
2017-02-25
Andy Polyakov
.travis.yml: limit mingw tests' resource consumption.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-25
Andy Polyakov
.travis.yml: make package pulls conditional.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Pauli
Increase the size of the stack buffer to prevent an...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Andy Polyakov
.travis.yml: remove osx from build matrix.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Todd Short
Fix potential memory leak in ASN1_TIME_to_generalizedtime()
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Rich Salz
Add -Wundef to strict-warnings
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Richard Levitte
Check for the presence of _WIN32 rather than its value.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Richard Levitte
In apps/rehash.c, decorate the inclusion of internal...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Richard Levitte
On VMS, massage the fetch file names to remove the...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-23
Richard Levitte
Let the output from 'openssl enc -ciphers' go to stdout
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Richard Levitte
Fix typo, should be && rather than &
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Richard Levitte
Fix typo, missing ||
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Rich Salz
Iterate over EC_GROUP's poly array in a safe way
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Richard Levitte
Make "openssl rehash" work on VMS 8.3 and up
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Richard Levitte
Have the directory reader use the Unix API on VMS
commit
|
commitdiff
|
tree
|
snapshot
2017-02-22
Bernd Edlinger
Add some more consistency checks in tls_decrypt_ticket.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Bernd Edlinger
Fix i2d_SSL_SESSION pp output parameter should point...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Dmitry Belyavskiy
Fix memory leak in pkcs12 -export
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Bernd Edlinger
Fix some more memory leaks with TXT_DB_insert.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Bernd Edlinger
Fix a few memleaks in TXT_DB.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Rich Salz
Prevent OOB in SRP base64 code.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Hikar
Removed ugly size_t less than zero check.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Pauli
Ensure minsize >= sizeof(SH_LIST)
commit
|
commitdiff
|
tree
|
snapshot
2017-02-21
Rich Salz
Don't call memcpy if len is zero.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-19
Richard Levitte
VMS fix of test/recipes/80-test_ssl_new.t
commit
|
commitdiff
|
tree
|
snapshot
2017-02-17
Richard Levitte
If all versions of a proto are disabled, disabled the...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-17
Bernd Edlinger
Fix a slightly confusing if condition in a2i_ASN1_INTEGER.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-17
Richard Levitte
Fix test_x509_store
commit
|
commitdiff
|
tree
|
snapshot
2017-02-17
Richard Levitte
Add a test of the X509_STORE / X509_LOOKUP API
commit
|
commitdiff
|
tree
|
snapshot
2017-02-17
Richard Levitte
test/README: clarify test number groups
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Fix a mem leak in ssl_test_ctx.c
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Richard Levitte
Don't run MSBLOB conversion tests when RSA or DSA are...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
lrns
Change req_check_len error message
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Benjamin Kaduk
Use _WIN32 over WIN32 for preprocessor conditional
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Prepare for 1.1.0f-dev
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Prepare for 1.1.0e release
OpenSSL_1_1_0e
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Remove an OPENSSL_assert() and replace with a soft...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Don't change the state of the ETM flags until CCS proce...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Matt Caswell
Provide a test for the Encrypt-Then-Mac renegotiation...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-16
Kazuki Yamaguchi
Properly zero cipher_data for ChaCha20-Poly1305 on...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-15
Andy Polyakov
crypto/armcap.c: short-circuit processor capability...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-15
Andy Polyakov
ARMv4 assembly pack: harmonize Thumb-ification of iOS...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-15
Bernd Edlinger
Rework error handling of custom_ext_meth_add towards...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
FdaSilvaYY
Fix a few typos
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Guido Vranken
Remove obsolete comment
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Bernd Edlinger
Use TLSEXT_KEYNAME_LENGTH in tls_decrypt_ticket.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Guido Vranken
Prevent allocations of size 0 in sh_init.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Dr. Stephen...
Make -xcert work again.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Rich Salz
Add no-ec build
commit
|
commitdiff
|
tree
|
snapshot
2017-02-14
Yuchi
mem leak on error path and error propagation fix
commit
|
commitdiff
|
tree
|
snapshot
2017-02-13
Andrea Grandi
Further improvements to ASYNC_WAIT_CTX_clear_fd
commit
|
commitdiff
|
tree
|
snapshot
2017-02-13
Andrea Grandi
Remove fd from the list when the engine clears the...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-13
Andrea Grandi
Add test to show wrong behavior of ASYNC_WAIT_CTX
commit
|
commitdiff
|
tree
|
snapshot
2017-02-13
Darren Tucker
DES keys are not 7 days long.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-13
Richard Levitte
test_rehash does nothing, have it do something
commit
|
commitdiff
|
tree
|
snapshot
2017-02-10
Lukasz Pawelczyk
Restore EVP_CIPH_FLAG_LENGTH_BITS working properly
commit
|
commitdiff
|
tree
|
snapshot
2017-02-10
David Benjamin
Don't read uninitialised data for short session IDs.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-09
Matt Caswell
Fix a typo in the X509_get0_subject_key_id() documentation
commit
|
commitdiff
|
tree
|
snapshot
2017-02-08
Rich Salz
Centralize documentation about config file location
commit
|
commitdiff
|
tree
|
snapshot
2017-02-07
Pauli
Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2017-02-07
Bernd Edlinger
Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-06
Rich Salz
Fix parsing of serial# in req
commit
|
commitdiff
|
tree
|
snapshot
2017-02-06
Rich Salz
Doc fix
commit
|
commitdiff
|
tree
|
snapshot
2017-02-05
Bernd Edlinger
Fix a crash with malformed user notice policy numbers
commit
|
commitdiff
|
tree
|
snapshot
2017-02-04
Bernd Edlinger
Combined patch against OpenSSL_1_1_0-stable branch...
commit
|
commitdiff
|
tree
|
snapshot
2017-02-04
Todd Short
Majority rules, use session_ctx vs initial_ctx
commit
|
commitdiff
|
tree
|
snapshot
2017-02-03
Dmitry Kostjuchenko
Grouped data declarations [skip ci]
commit
|
commitdiff
|
tree
|
snapshot
2017-02-03
Dmitry Kostjuchenko
Removed tab spaces.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-03
Dmitry Kostjuchenko
Corrections according the review comments.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-03
Dmitry Kostjuchenko
Compile fix on platforms with missing pthread_rwlock_t.
commit
|
commitdiff
|
tree
|
snapshot
2017-02-01
Bernd Edlinger
remove test/.rnd on make clean
commit
|
commitdiff
|
tree
|
snapshot
2017-02-01
Richard Levitte
bn: fix occurance of negative zero in BN_rshift1()
commit
|
commitdiff
|
tree
|
snapshot
2017-02-01
Geoff Thorpe
bn: fix occurances of negative zero
commit
|
commitdiff
|
tree
|
snapshot
2017-02-01
Geoff Thorpe
bn: catch negative zero as an error
commit
|
commitdiff
|
tree
|
snapshot
2017-02-01
Geoff Thorpe
bn: fix BN_DEBUG + BN_DEBUG_RAND support
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Richard Levitte
Fix faulty free
commit
|
commitdiff
|
tree
|
snapshot
2017-01-29
Richard Levitte
test/evp_test.c: If no algorithm was specified, don...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Add a couple of test to check CRL fingerprint
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Document what EXFLAG_SET is for in x509v3.h
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
X509_CRL_digest() - ensure precomputed sha1 hash before...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-28
Richard Levitte
Correct pointer to be freed
commit
|
commitdiff
|
tree
|
snapshot
2017-01-27
Emilia Kasper
Travis: run on Trusty with clang 3.9 (1.1.0 branch)
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Dr. Stephen...
Add server signature algorithm bug test.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Dr. Stephen...
Use correct signature algorithm list when sending or...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Matt Caswell
Prepare for 1.1.0e-dev
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Matt Caswell
Prepare for 1.1.0d release
OpenSSL_1_1_0d
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Richard Levitte
Document DH_check_params()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Richard Levitte
Better check of DH parameters in TLS data
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
crypto/evp: harden AEAD ciphers.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-26
Andy Polyakov
crypto/evp: harden RC4_MD5 cipher.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Remove assert from is_partially_overlapping()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Adjust in and in_len instead of donelen
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Fix the overlapping check for fragmented "Update" opera...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Update evp_test to make sure passing partial block...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-25
Matt Caswell
Properly handle a partial block in OCB mode
commit
|
commitdiff
|
tree
|
snapshot
next