Sign in
flutter
/
third_party
/
openssl
/
c20e3b282c26205f39a89a23664245475d4d7cbc
c20e3b2
Fix mem leak in sslapi test
by Matt Caswell
· 7 years ago
d0191fe
Add a test for the ticket callbacks
by Matt Caswell
· 7 years ago
2448bb8
Document when a new session ticket gets created on resumption
by Matt Caswell
· 7 years ago
c0638ad
Fix ticket callbacks in TLSv1.3
by Matt Caswell
· 7 years ago
5fe3715
Flush server side unauthenticated writes
by Matt Caswell
· 7 years ago
e825109
Add some more SSL_pending() and SSL_has_pending() tests
by Matt Caswell
· 7 years ago
f478c8a
Don't set TCP_NODELAY on a UDP socket
by Matt Caswell
· 7 years ago
66fab92
Mark DTLS records as read when we have finished with them
by Matt Caswell
· 7 years ago
0d8da77
Test an old style PSK callback with no cert will prefer SHA-256
by Matt Caswell
· 7 years ago
9e064bc
Provide documentation for the -psk_session option
by Matt Caswell
· 7 years ago
48a0316
Prefer SHA-256 ciphersuites if using old style PSKs
by Matt Caswell
· 7 years ago
3cb7c5c
Use void in all function definitions that do not take any arguments
by Kurt Roeckx
· 7 years ago
d4a8ba7
rsaz_avx2_eligible doesn't take parameters
by Kurt Roeckx
· 7 years ago
c3114a7
Set the ossl_shim to auto retry if not running asynchronously
by Matt Caswell
· 7 years ago
13f6857
PPC assembly pack: add POWER9 results.
by Andy Polyakov
· 7 years ago
41b77d5
.travis.yml: add pair of linux-ppc64le targets.
by Andy Polyakov
· 7 years ago
a01b9cd
Fix no-cms
by Matt Caswell
· 7 years ago
60155b9
Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305
by Matt Caswell
· 7 years ago
7f35627
Fix typos in x509 documentation
by Dr. Matthias St. Pierre
· 7 years ago
60845a0
Add CHANGES entry for PR#6009
by Nicola Tuveri
· 7 years ago
0dae8ba
Add blinding in BN_GF2m_mod_inv for binary field inversions
by Billy Brumley
· 7 years ago
a7b0b69
ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c
by Billy Brumley
· 7 years ago
fe2d397
ECDSA: remove nonce padding (delegated to EC_POINT_mul)
by Billy Brumley
· 7 years ago
06e0950
VMS rand: assign before check, not the other way around
by Richard Levitte
· 7 years ago
8c8fbca
Fix --strict-warnings build of ppc-linux target
by Bernd Edlinger
· 7 years ago
7d859d1
ec/ec_mult.c: get BN_CTX_start,end sequence right.
by Andy Polyakov
· 7 years ago
61e9655
Add a DTLS test for dropped records
by Matt Caswell
· 7 years ago
f750641
Keep the DTLS timer running after the end of the handshake if appropriate
by Matt Caswell
· 7 years ago
ad96225
Only auto-retry for DTLS if configured to do so
by Matt Caswell
· 7 years ago
6f6da2f
Fix s_client and s_server so that they correctly handle the DTLS timer
by Matt Caswell
· 7 years ago
f20404f
Don't fail on an out-of-order CCS in DTLS
by Matt Caswell
· 7 years ago
e15e92d
Add a CMS API test
by Matt Caswell
· 7 years ago
3d551b2
Fix a mem leak in CMS
by Matt Caswell
· 7 years ago
4ffc184
windows-makefile.tmpl: rearrange cleanup commands to avoid ...
by FdaSilvaYY
· 7 years ago
a602dec
.travis.yml: temporarily mask gcc-5 ubsan build.
by Andy Polyakov
· 7 years ago
9a96626
.travis.yml: minor facelift
by Andy Polyakov
· 7 years ago
781fb90
Cleanup
by Rich Salz
· 7 years ago
717f308
Configure: fix Mac OS X builds that still require makedepend
by Todd Short
· 7 years ago
41d6e0f
Configure: pass more suitable argument to compiler_predefined().
by Andy Polyakov
· 7 years ago
0ad4078
Configure: move --noexecstack probe to Configure.
by Andy Polyakov
· 7 years ago
0d94212
BIO_s_mem() write: Skip early when input length is zero
by Richard Levitte
· 7 years ago
c16ab9d
docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_id
by Richard Levitte
· 7 years ago
bc624bd
v3_purp.c: add locking to x509v3_cache_extensions()
by Dr. Matthias St. Pierre
· 7 years ago
463e6ef
VMS: modernise rand_pool_acquire_entropy, step 2
by Richard Levitte
· 7 years ago
ce147f7
VMS: modernise rand_pool_acquire_entropy, step 1
by Richard Levitte
· 7 years ago
b1860d6
Return an error from BN_mod_inverse if n is 1 (or -1)
by Matt Caswell
· 7 years ago
4db296d
Make X509_VERIFY_PARAM_get_hostflags() take a const arg
by Matt Caswell
· 7 years ago
e401389
Add a test for SSL_get_shared_ciphers()
by Matt Caswell
· 7 years ago
6021d8e
Fix a bug in create_ssl_ctx_pair()
by Matt Caswell
· 7 years ago
3bfa475
Add some documentation for SSL_get_shared_ciphers()
by Matt Caswell
· 7 years ago
f054160
Fix comment in ssl_locl.h
by Matt Caswell
· 7 years ago
a216df5
Fix SSL_get_shared_ciphers()
by Matt Caswell
· 7 years ago
c7e1075
opensslconf.h inclusion cleanup No need to buildtest on opensslconf.h
by FdaSilvaYY
· 7 years ago
774ff8f
bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
by Andy Polyakov
· 7 years ago
48bc0d9
apps/speed.c: merge parameters defining EC curves to test ...
by FdaSilvaYY
· 7 years ago
c671843
a_strex.c: prevent out of bound read in do_buf()
by Dr. Matthias St. Pierre
· 7 years ago
6ebb49f
Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits
by Richard Levitte
· 7 years ago
6299c7a
Add a note about Nagle's algorithm on the SSL_connect man page
by Matt Caswell
· 7 years ago
aebd0e5
Fix memory leaks in CA related functions.
by Pavel Kopyl
· 7 years ago
c4fa1f7
Fix regression with session cache use by clients
by Benjamin Kaduk
· 7 years ago
0e5c1a6
Improve error handling in rand_init function
by Bernd Edlinger
· 7 years ago
5b748de
Add getter for X509_VERIFY_PARAM_get_hostflags
by Matt Caswell
· 7 years ago
3a070e2
Clarify BN_mod_exp docs
by Matt Caswell
· 7 years ago
ecd4b8f
Fix some errors and missing info in the CMS docs
by Matt Caswell
· 7 years ago
8a0c91d
Prepare for 1.1.1-pre7-dev
by Matt Caswell
· 7 years ago
a910a9e
Prepare for 1.1.1-pre6 release
by Matt Caswell
· 7 years ago
6ec5fce
Update copyright year
by Matt Caswell
· 7 years ago
d1ae34e
Use the config file from the source not the host for the tests
by Kurt Roeckx
· 7 years ago
06444da
Configurations/unix-Makefile.tmpl: harmonize with no-engine.
by Andy Polyakov
· 7 years ago
7069eae
Configurations/10-main.conf: force no-engine on ios targets.
by Andy Polyakov
· 7 years ago
bf7ae75
Don't cleanup uninitialized thread local slots
by Bernd Edlinger
· 7 years ago
272c0df
Fix drbg thread cleanup and error handling
by Bernd Edlinger
· 7 years ago
ddba302
Update version docs
by Matt Caswell
· 7 years ago
ff25dd1
apps/s_server.c: Avoid unused variable due to 'no-dtls'
by Richard Levitte
· 7 years ago
9e5b50b
fix: BN_swap mishandles flags
by Billy Brumley
· 7 years ago
32c6985
Fix mixed indentation (and other whitespace issues)
by Dr. Matthias St. Pierre
· 7 years ago
6fb7b08
15-test_out_option: Refactor and don't test directory write on VMS
by Richard Levitte
· 7 years ago
fe1128d
Fix last(?) batch of malloc-NULL places
by Rich Salz
· 7 years ago
74a8acb
Fix memleaks in async api
by Bernd Edlinger
· 7 years ago
bc66144
Wait max. 60 seconds for s_client to connect
by Bernd Edlinger
· 7 years ago
f06080c
Add missing error code when alloc-return-null
by FdaSilvaYY
· 7 years ago
d1f7a1e
Update the *use_certificate* docs
by Matt Caswell
· 7 years ago
f80c864
Fix typo in the definition of tls13_ciphers
by Matt Caswell
· 7 years ago
b4c3565
Use get_last_sys_error() instead of get_last_rtl_error()
by Richard Levitte
· 7 years ago
d6d94d3
PEM_def_callback(): use same parameter names as for pem_password_cb
by Richard Levitte
· 7 years ago
4977b4e
PEM_def_callback(): don't loop because of too short password given
by Richard Levitte
· 7 years ago
e6a833c
openssl rehash: exit 0 on warnings, same as c_rehash
by Richard Levitte
· 7 years ago
3625f6c
ms/uplink-x86.pl: close the file handle that was opened
by Richard Levitte
· 7 years ago
bdb59d9
Fix documentation for the -showcerts s_client option
by Matt Caswell
· 7 years ago
4522e13
apps/opt.c: Remove the access checks of input and output files
by Richard Levitte
· 7 years ago
c36e909
Better check of return values from app_isdir and app_access
by Richard Levitte
· 7 years ago
96de2e5
Revert "Check directory is able to create files for various -out option"
by Richard Levitte
· 7 years ago
b47b665
Revert "Add VMS version of app_dirname()"
by Richard Levitte
· 7 years ago
b9a354d
Revert "Check on VMS as well"
by Richard Levitte
· 7 years ago
39e32be
test/recipes/15-test_out_option.t: refine tests
by Richard Levitte
· 7 years ago
22f0c72
[SM2_sign] add minimal EVP_PKEY functionality testing
by Nicola Tuveri
· 7 years ago
67cc2ba
[SM2_sign] fix double free and return value
by Nicola Tuveri
· 7 years ago
ca50cd9
Fix the MAX_CURVELIST definition
by Matt Caswell
· 7 years ago
f90bc6c
Add missing malloc-return-null instance
by Rich Salz
· 7 years ago
208056b
x509/by_dir.c: Remove dead code
by Dr. Matthias St. Pierre
· 7 years ago
Next »