2014-12-03 |
Matt Caswell | Fix dtls_query_mtu so that it will always either complete...
|
commit | commitdiff | tree |
2014-12-03 |
Matt Caswell | Remove instances in libssl of the constant 28 (for...
|
commit | commitdiff | tree |
2014-12-03 |
Matt Caswell | There are a number of instances throughout the code...
|
commit | commitdiff | tree |
2014-12-03 |
Matt Caswell | The first call to query the mtu in dtls1_do_write correctly...
|
commit | commitdiff | tree |
2014-12-03 |
Matt Caswell | The SSL_OP_NO_QUERY_MTU option is supposed to stop...
|
commit | commitdiff | tree |
2014-12-03 |
Matt Caswell | Verify that we have a sensible message len and fail...
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Fix warning in ssl2_enc
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Remove more references to dtls1_enc
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Check EVP_Cipher return values for SSL2
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Delete unused file
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Add checks to the return value of EVP_Cipher to prevent...
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Remove redundant checks in ssl_cert_dup. This was causing...
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Tidy up ocsp help output
|
commit | commitdiff | tree |
2014-11-27 |
André Guerreiro | Add documentation on -timeout option in the ocsp utility
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Updates to X509_NAME_get_index_by_NID.pod submitted... Minor changes made by Matt Caswell
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Updates to X509_NAME_add_entry_by_txt.pod submitted... Minor changes made by Matt Caswell.
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Updates to EVP_PKEY_encrypt.pod submitted by user Bernardh... Minor changes made by Matt Caswell.
|
commit | commitdiff | tree |
2014-11-27 |
Matt Caswell | Add include of ssl.h which is required by srtp.h
|
commit | commitdiff | tree |
2014-11-26 |
Matt Caswell | Fixed memory leak due to incorrect freeing of DTLS...
|
commit | commitdiff | tree |
2014-11-25 |
Matt Caswell | Corrected comments in ssl.h about SSLv23_method and...
|
commit | commitdiff | tree |
2014-11-20 |
Matt Caswell | When using EVP_PKEY_derive with a KDF set, a negative...
|
commit | commitdiff | tree |
2014-11-19 |
Matt Caswell | Fix s_server -ssl2. Previously this reported "Error...
|
commit | commitdiff | tree |
2014-11-18 |
Matt Caswell | Added references to RFC 7027
|
commit | commitdiff | tree |
2014-11-18 |
Dr. Stephen Henson | Prevent use of binary curves when OPENSSL_NO_EC2M is... Reviewed-by: Matt Caswell <matt@openssl.org>
|
commit | commitdiff | tree |
2014-11-18 |
Matt Caswell | Fixed cms-test.pl for no-ec2m
|
commit | commitdiff | tree |
2014-11-18 |
Matt Caswell | Updated comment references to draft-ietf-tls-ecc-12...
|
commit | commitdiff | tree |
2014-11-12 |
Alok Menghrajani | Fixes a minor typo in the EVP docs.
|
commit | commitdiff | tree |
2014-11-12 |
Michal Bozon | Correct timestamp output when clock_precision_digits > 0
|
commit | commitdiff | tree |
2014-11-12 |
Matt Caswell | Fix free of garbage pointer. PR#3595
|
commit | commitdiff | tree |
2014-10-06 |
Matt Caswell | Removed duplicate definition of PKCS7_type_is_encrypted
|
commit | commitdiff | tree |
2014-08-29 |
Matt Caswell | Fixed double inclusion of string.h
|
commit | commitdiff | tree |
2014-08-24 |
Matt Caswell | Typo fixes to evp documentation.
|
commit | commitdiff | tree |
2014-08-15 |
Hubert Kario | Add support for Camellia HMAC-Based cipher suites from...
|
commit | commitdiff | tree |
2014-08-15 |
Matt Caswell | Fixed out-of-bounds read errors in ssl3_get_key_exchange.
|
commit | commitdiff | tree |
2014-08-06 |
Dr. Stephen Henson | Check SRP parameters early.
|
commit | commitdiff | tree |
2014-08-06 |
Dr. Stephen Henson | Fix SRP buffer overrun vulnerability.
|
commit | commitdiff | tree |
2014-08-06 |
Dr. Stephen Henson | Fix SRP ciphersuite DoS vulnerability.
|
commit | commitdiff | tree |
2014-08-06 |
Gabor Tyukasz | Fix race condition in ssl_parse_serverhello_tlsext
|
commit | commitdiff | tree |
2014-08-06 |
Emilia Kasper | Fix OID handling:
|
commit | commitdiff | tree |
2014-08-06 |
Emilia Käsper | Fix DTLS anonymous EC(DH) denial of service
|
commit | commitdiff | tree |
2014-08-06 |
David Benjamin | Fix protocol downgrade bug in case of fragmented packets
|
commit | commitdiff | tree |
2014-08-06 |
Adam Langley | Remove some duplicate DTLS code. Reviewed-by: Matt Caswell <matt@openssl.org>
|
commit | commitdiff | tree |
2014-08-06 |
Matt Caswell | Applying same fix as in dtls1_process_out_of_seq_message...
|
commit | commitdiff | tree |
2014-08-06 |
Adam Langley | Fix return code for truncated DTLS fragment. Reviewed-by: Matt Caswell <matt@openssl.org>
|
commit | commitdiff | tree |
2014-08-06 |
Adam Langley | Fix memory leak from zero-length DTLS fragments. Reviewed-by: Matt Caswell <matt@openssl.org>
|
commit | commitdiff | tree |
2014-08-06 |
Matt Caswell | Fix DTLS handshake message size checks.
|
commit | commitdiff | tree |
2014-08-06 |
Matt Caswell | Added comment for the frag->reassembly == NULL case...
|
commit | commitdiff | tree |
2014-08-06 |
Adam Langley | Avoid double free when processing DTLS packets. Reviewed-by: Matt Caswell <matt@openssl.org>
|
commit | commitdiff | tree |
2014-07-21 |
Billy Brumley | "EC_POINT_invert" was checking "dbl" function pointer...
|
commit | commitdiff | tree |
2014-07-19 |
Mike Bland | Check the test registry size during add_test()
|
commit | commitdiff | tree |
2014-07-19 |
Mike Bland | Update heartbeat_test #includes
|
commit | commitdiff | tree |
2014-07-19 |
Mike Bland | Use testutil registry in heartbeat_test
|
commit | commitdiff | tree |
2014-07-19 |
Mike Bland | test/testutil.c test registry functions.
|
commit | commitdiff | tree |
2014-07-16 |
Matt Caswell | Disabled XTS mode in enc utility as it is not supported
|
commit | commitdiff | tree |
2014-07-15 |
Matt Caswell | Add Matt Caswell's fingerprint, and general update... Add Matt Caswell's fingerprint, and general update...
|
commit | commitdiff | tree |
2014-07-13 |
Matt Caswell | Fixed valgrind complaint due to BN_consttime_swap reading...
|
commit | commitdiff | tree |
2014-07-09 |
Matt Caswell | Fix memory leak in BIO_free if there is no destroy...
|
commit | commitdiff | tree |
2014-07-05 |
Jeffrey Walton | Added reference to platform specific cryptographic...
|
commit | commitdiff | tree |
2014-07-05 |
Matt Caswell | Fixed error in pod files with latest versions of pod2man
|
commit | commitdiff | tree |
2014-06-29 |
Jeffrey Walton | Clarified that the signature's buffer size, `s`, is...
|
commit | commitdiff | tree |
2014-06-22 |
Miod Vallat | Fix off-by-one errors in ssl_cipher_get_evp()
|
commit | commitdiff | tree |
2014-06-22 |
Matt Caswell | Revert "Fix off-by-one errors in ssl_cipher_get_evp()"
|
commit | commitdiff | tree |
2014-06-19 |
Matt Caswell | Fix minor typos
|
commit | commitdiff | tree |
2014-06-19 |
Hubert Kario | add references to verify(1) man page for args_verify...
|
commit | commitdiff | tree |
2014-06-19 |
Hubert Kario | sort the options in verify man page alphabetically
|
commit | commitdiff | tree |
2014-06-19 |
Hubert Kario | add description of missing options to verify man page
|
commit | commitdiff | tree |
2014-06-19 |
Hubert Kario | smime man page: add missing options in SYNOPSIS
|
commit | commitdiff | tree |
2014-06-19 |
Hubert Kario | Document -trusted_first option in man pages and help.
|
commit | commitdiff | tree |
2014-06-17 |
Matt Caswell | Tidied up, added include to stdlib, removed "goto bad...
|
commit | commitdiff | tree |
2014-06-17 |
rfkrocktk | Conform to whitespace conventions
|
commit | commitdiff | tree |
2014-06-17 |
rfkrocktk | Added documentation for -iter for PKCS#8
|
commit | commitdiff | tree |
2014-06-17 |
Naftuli Tzvi Kay | Added custom PBKDF2 iteration count to PKCS8 tool.
|
commit | commitdiff | tree |
2014-06-13 |
Matt Caswell | Fixed incorrect return code handling in ssl3_final_finish_mac.
|
commit | commitdiff | tree |
2014-06-13 |
Matt Caswell | Revert "Fixed incorrect return code handling in ssl3_final_f...
|
commit | commitdiff | tree |
2014-06-12 |
Kurt Cancemi | Fix off-by-one errors in ssl_cipher_get_evp()
|
commit | commitdiff | tree |
2014-06-12 |
Matt Caswell | Added OPENSSL_assert check as per PR#3377 reported...
|
commit | commitdiff | tree |
2014-06-10 |
Matt Caswell | Fixed incorrect return code handling in ssl3_final_finish_mac
|
commit | commitdiff | tree |
2014-06-10 |
Hubert Kario | add ECC strings to ciphers(1), point out difference...
|
commit | commitdiff | tree |
2014-06-10 |
Mike Bland | Create test/testutil.h for unit test helper macros
|
commit | commitdiff | tree |
2014-06-08 |
Kurt Roeckx | Link heartbeat_test with the static version of the...
|
commit | commitdiff | tree |
2014-06-08 |
Jakub Wilk | Create ~/.rnd with mode 0600 instead of 0666
|
commit | commitdiff | tree |
2014-06-07 |
Matt Caswell | Fixed minor duplication in docs
|
commit | commitdiff | tree |
2014-06-03 |
Libor Krystek | Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl...
|
commit | commitdiff | tree |
2014-06-01 |
Matt Caswell | Added SSLErr call for internal error in dtls1_buffer_record
|
commit | commitdiff | tree |
2014-06-01 |
David Ramos | Delays the queue insertion until after the ssl3_setup_buffer...
|
commit | commitdiff | tree |
2014-05-30 |
Hubert Kario | add description of -attime to man page
|
commit | commitdiff | tree |
2014-05-30 |
Hubert Kario | add description of -no_ecdhe option to s_server man...
|
commit | commitdiff | tree |
2014-05-27 |
Peter Mosmans | Fix for test_bn regular expression to work on Windows...
|
commit | commitdiff | tree |
2014-05-26 |
Matt Caswell | Changed -strictpem to use PEM_read_bio
|
commit | commitdiff | tree |
2014-05-26 |
Matt Caswell | Added -strictpem parameter to enable processing of...
|
commit | commitdiff | tree |
2014-05-25 |
Matt Caswell | Fixed error in args for SSL_set_msg_callback and SSL_set_msg...
|
commit | commitdiff | tree |
2014-05-24 |
Matt Caswell | Fix for non compilation with TLS_DEBUG defined
|
commit | commitdiff | tree |
2014-05-23 |
Martin Kaiser | Modify the description of -noout to match the manpage...
|
commit | commitdiff | tree |
2014-05-23 |
Martin Kaiser | Add an NSS output format to sess_id to export to export...
|
commit | commitdiff | tree |
2014-05-23 |
Luiz Angelo Daros... | OpenSSL is able to generate a certificate with name...
|
commit | commitdiff | tree |
2014-05-21 |
Matt Caswell | Fixed minor copy&paste error, and stray space causing...
|
commit | commitdiff | tree |
2014-05-21 |
Matt Caswell | Fixed unterminated B tag, causing build to fail with...
|
commit | commitdiff | tree |
2014-05-19 |
Janpopan | Fix a wrong parameter count ERR_add_error_data
|
commit | commitdiff | tree |
2014-05-15 |
Matt Caswell | Moved note about lack of support for AEAD modes out...
|
commit | commitdiff | tree |
2014-05-14 |
Jeffrey Walton | Fix grammar error in verify pod. PR#3355
|
commit | commitdiff | tree |
next |