Sign in
flutter
/
third_party
/
openssl
/
41f10305d83ac5335f8ff05cce0854b4d93d333f
41f1030
Send GOST SignatureAlgorithms when TLS 1.2 in use
by Dmitry Belyavskiy
· 7 years ago
1f65c04
Bugfix: GOST2012 certificates for GOST ciphersuites were broken.
by Dmitry Belyavskiy
· 7 years ago
02a7e0a
Replace strdup() with OPENSSL_strdup()
by Todd Short
· 7 years ago
47eaa32
Fix no-sm2 with clang
by Todd Short
· 7 years ago
adf6524
Test that a ^ 0 mod -1 is always 0
by Matt Caswell
· 7 years ago
4aa5b72
The result of a ^ 0 mod -1 is 0 not 1
by Matt Caswell
· 7 years ago
3d0dde8
Update the "Connected Commands" section of s_client/s_server docs
by Matt Caswell
· 7 years ago
fa9a087
Prepare for 1.1.1-pre8-dev
by Matt Caswell
· 7 years ago
77cdad3
Prepare for 1.1.1-pre7 release
by Matt Caswell
· 7 years ago
83cf7ab
Update copyright year
by Matt Caswell
· 7 years ago
a0cef65
ECDSA_SIG: restore doc comments which were deleted accidentally
by Dr. Matthias St. Pierre
· 7 years ago
0396401
ECDSA_SIG: add simple getters for commonly used struct members
by Dr. Matthias St. Pierre
· 7 years ago
6692ff7
RSA: add simple getters for commonly used struct members
by Dr. Matthias St. Pierre
· 7 years ago
e6f35b5
DSA: add simple getters for commonly used struct members
by Dr. Matthias St. Pierre
· 7 years ago
5777254
DH: fix: add simple getters for commonly used struct members
by Dr. Matthias St. Pierre
· 7 years ago
e37d4a6
util/libcrypto.num: fix symbol collision between 1.1.0 and master
by Dr. Matthias St. Pierre
· 7 years ago
4de3fe5
Try to work around ubuntu gcc-5 ubsan build failure
by Bernd Edlinger
· 7 years ago
c8c2503
Improve the example getpass() implementation to show an error return
by Nick Mathewson
· 7 years ago
bbbf752
Update documentation for PEM callback: error is now -1.
by Nick Mathewson
· 7 years ago
1bb8293
Fix array bounds violation in ssl_session_dup
by Bernd Edlinger
· 7 years ago
a0abb6a
Add a sanity check on the length of pkeyutl inputs
by Matt Caswell
· 7 years ago
07824f3
Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"
by Matt Caswell
· 7 years ago
b14e601
Improve compatibility of point and curve checks
by Matt Caswell
· 7 years ago
2de108d
Save and restore the Windows error around TlsGetValue.
by David Benjamin
· 7 years ago
e363534
Use OPENSSL_EC_EXPLICIT_CURVE constant.
by David Benjamin
· 7 years ago
fc6f579
Fix explicit EC curve encoding.
by David Benjamin
· 7 years ago
55a6250
Skip CN DNS name constraint checks when not needed
by Viktor Dukhovni
· 7 years ago
d02d80b
Limit scope of CN name constraints
by Viktor Dukhovni
· 7 years ago
de9f5b3
Use the client app traffic secret for PHA Finished message
by Matt Caswell
· 7 years ago
b501ab6
INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128
by Richard Levitte
· 7 years ago
8cc1dc3
Better error code when lacking __SIZEOF_INT128__
by Richard Levitte
· 7 years ago
0422591
Fix no-ec, no-tls1_3 and no-tls
by Matt Caswell
· 7 years ago
693cf80
Enable SSL_MODE_AUTO_RETRY by default
by Kurt Roeckx
· 7 years ago
1aac20f
Fix no-ec in combination with no-dh
by Matt Caswell
· 7 years ago
d61e604
ssl/ssl_txt: fix NULL-check
by Tilman Keskinöz
· 7 years ago
6671c77
apps/s_socket.c: address rare TLSProxy failures on Windows.
by Andy Polyakov
· 7 years ago
8e51a34
Check malloc failure via app_malloc
by Rich Salz
· 7 years ago
ee94ec2
Don't cache stateless tickets in TLSv1.3
by Matt Caswell
· 7 years ago
511190b
Fix undefined behaviour in X509_NAME_cmp()
by Matt Caswell
· 7 years ago
246bd8f
Windows: don't install __DECC_*.H
by Richard Levitte
· 7 years ago
6439e34
Quiet pod2html warnings
by Richard Levitte
· 7 years ago
dad8868
Fix no-srtp build warnings
by Todd Short
· 7 years ago
c1c1783
Restore check of |*xn| against |name| in X509_NAME_set
by Richard Levitte
· 7 years ago
f3021ac
Allow the ca application to use EdDSA
by Matt Caswell
· 7 years ago
8a59c08
DH: add some basic tests (and comments)
by Dr. Matthias St. Pierre
· 7 years ago
6db7fad
DH: add simple getters for commonly used DH struct members
by Dr. Matthias St. Pierre
· 7 years ago
b336ce5
Make BN_GF2m_mod_arr more constant time
by Matt Caswell
· 7 years ago
c22365b
Improve testing of tickets with post-handshake auth
by Matt Caswell
· 7 years ago
56548e8
Add documentation for the ability to control the number of tickets
by Matt Caswell
· 7 years ago
36ff232
Change the default number of NewSessionTickets we send to 2
by Matt Caswell
· 7 years ago
394159d
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
by Matt Caswell
· 7 years ago
9d0a8bb
Enable the ability to set the number of TLSv1.3 session tickets sent
by Matt Caswell
· 7 years ago
029c11c
Add a note on CHANGES and NEWS in CONTRIBUTING
by Richard Levitte
· 7 years ago
8d483b2
When producing man-pages, ensure NAME section is one line only
by Richard Levitte
· 7 years ago
653162c
NOTES.ANDROID: fix typo in build notes
by Gregor Jasny
· 7 years ago
0d9b5fa
windows-makefile.tmpl: delete export library prior link.
by Andy Polyakov
· 7 years ago
73cc84a
Suport TLSv1.3 draft 28
by Matt Caswell
· 7 years ago
ba8b48e
Fix no-tls1_2
by Matt Caswell
· 7 years ago
199dc0d
Fix no-psk
by Matt Caswell
· 7 years ago
986caf9
CI config: no need to make both install and install_docs
by Richard Levitte
· 7 years ago
8481434
Link in passphrase-encoding(7) in relevant documentation
by Richard Levitte
· 7 years ago
491c353
Docs: add general document on how pass phrases are handled
by Richard Levitte
· 7 years ago
de03cc9
UI console: Restore tty settings, do not force ECHO after prompt
by Richard Levitte
· 7 years ago
1c53456
apps/speed: Add brainpool curves support
by FdaSilvaYY
· 7 years ago
5c6a69f
apps/speed: fix possible OOB access in some EC arrays
by FdaSilvaYY
· 7 years ago
5f96a95
Set sess to NULL after freeing it.
by Kurt Roeckx
· 7 years ago
a925e7d
Don't memcpy the contents of an empty fragment
by Matt Caswell
· 7 years ago
c82c346
In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length
by Richard Levitte
· 7 years ago
34e4a96
Fix typo: 'is an error occurred' in documentation
by Dr. Matthias St. Pierre
· 7 years ago
61fb592
Rework the decrypt ticket callback
by Matt Caswell
· 7 years ago
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
Next »