Sign in
flutter
/
third_party
/
openssl
/
394159da608f625b60f07c59e36dc7d01df3a709
/
ssl
/
ssl_rsa.c
b0edda1
Update copyright year
by Matt Caswell
· 7 years ago
37933ac
Add SSL/SSL_CTX_use_cert_and_key()
by Todd Short
· 7 years ago
26a7d93
Remove parentheses of return.
by KaoruToda
· 7 years ago
52fd27f
Use certificate tables instead of ssl_cert_type
by Dr. Stephen Henson
· 8 years ago
fb34a0f
Try to be more consistent about the alerts we send
by Matt Caswell
· 8 years ago
7a4e6a1
Updates to serverinfo fix based on review feedback
by Matt Caswell
· 8 years ago
bade29d
Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 data
by Matt Caswell
· 8 years ago
bb78552
Revert "Fix clang compile time error"
by Matt Caswell
· 8 years ago
1608d65
Fix clang compile time error
by Todd Short
· 8 years ago
f233a9d
Clarify serverinfo usage with Certificate messages
by Matt Caswell
· 8 years ago
2698bbf
Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
by Matt Caswell
· 8 years ago
84c34ba
Extend the SERVERINFO file format to include an extensions context
by Matt Caswell
· 8 years ago
787d9ec
Create an ENDPOINT enum type for use internally
by Matt Caswell
· 8 years ago
43ae5ee
Implement a new custom extensions API
by Matt Caswell
· 8 years ago
d61461a
Use the callbacks from the SSL object instead of the SSL_CTX object
by Pauli
· 8 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
e38da82
Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functions
by Richard Levitte
· 9 years ago
563c1ec
fix memory leaks
by Miroslav Franc
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
7c0ef84
Don't leak memory if realloc fails.
by Dr. Stephen Henson
· 9 years ago
5c4b8c6
Remove confusing comment.
by TJ Saunders
· 9 years ago
5f18bc5
Issue #719:
by TJ Saunders
· 9 years ago
760f317
fix no-ec build
by Dr. Stephen Henson
· 9 years ago
1db3107
TLS support for X25519
by Dr. Stephen Henson
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
3aeb934
make EVP_PKEY opaque
by Dr. Stephen Henson
· 9 years ago
8382fd3
Use X509_get0_pubkey where appropriate
by Dr. Stephen Henson
· 9 years ago
bc71f91
Remove fixed DH ciphersuites.
by Dr. Stephen Henson
· 9 years ago
5f3d93e
Ensure all EVP calls have their returns checked where appropriate
by Matt Caswell
· 9 years ago
a974e64
Fix SSL_use_certificate_chain_file
by Matt Caswell
· 9 years ago
9982cbb
Remove BIO_s_file_internal macro.
by Rich Salz
· 9 years ago
984d6c6
Fix no-stdio build
by David Woodhouse
· 10 years ago
fae11ec
Fix return values when adding serverinfo fails.
by Kurt Roeckx
· 10 years ago
05f0fb9
Add X509_up_ref function.
by Dr. Stephen Henson
· 10 years ago
e481f9b
Remove support for OPENSSL_NO_TLSEXT
by Matt Caswell
· 10 years ago
4d69f9e
move masks out of CERT structure
by Dr. Stephen Henson
· 10 years ago
fae4772
Add SSL_use_certificate_chain_file function
by Dr. Stephen Henson
· 10 years ago
25aaa98
free NULL cleanup -- coda
by Rich Salz
· 10 years ago
222561f
free NULL cleanup 5a
by Rich Salz
· 10 years ago
61986d3
Code style: space after 'if'
by Viktor Dukhovni
· 10 years ago
ca3a82c
free NULL cleanup
by Rich Salz
· 10 years ago
69f6823
Fix missing return value checks
by Matt Caswell
· 10 years ago
2c38234
Remove ssl_cert_inst()
by Kurt Roeckx
· 10 years ago
c6ef15c
clang on Linux x86_64 complains about unreachable code.
by Richard Levitte
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
e9e688e
serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo) and don't leak memory if it fails
by Jonas Maebe
· 10 years ago
0cfefe4
Rename some callbacks, fix alignment.
by Dr. Stephen Henson
· 11 years ago
8cafe9e
Use consistent function naming.
by Dr. Stephen Henson
· 11 years ago
33f653a
New extension callback features.
by Dr. Stephen Henson
· 11 years ago
de2a9e3
Callback revision.
by Dr. Stephen Henson
· 11 years ago
707b026
Remove serverinfo checks.
by Dr. Stephen Henson
· 11 years ago
693b71f
RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1
by Viktor Szakats
· 11 years ago
b362cca
Security framework.
by Dr. Stephen Henson
· 11 years ago
0a60287
Fix whitespace, new-style comments.
by Ben Laurie
· 11 years ago
e9add06
Re-add alert variables removed during rebase Whitespace fixes
by Scott Deboy
· 11 years ago
ac20719
Update custom TLS extension and supplemental data 'generate' callbacks to support sending an alert.
by Scott Deboy
· 11 years ago
a4339ea
Use algorithm specific chains for certificates.
by Dr. Stephen Henson
· 11 years ago
9725bda
Show useful errors.
by Ben Laurie
· 12 years ago
c655f40
Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"...
by Trevor Perrin
· 12 years ago
9103197
Redo deletion of some serverinfo code that supplemental data code mistakenly reinstated.
by Trevor Perrin
· 12 years ago
3608618
Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
by Scott Deboy
· 12 years ago
0b2bde7
Various custom extension fixes.
by Trevor Perrin
· 12 years ago
5382adb
Cosmetic touchups.
by Trevor
· 12 years ago
9cd50f7
Cleanup of custom extension stuff.
by Trevor
· 12 years ago
a398f82
Add support for arbitrary TLS extensions.
by Trevor
· 12 years ago
7a71af8
Rearrange and test authz extension.
by Ben Laurie
· 13 years ago
a9e1c50
RFC 5878 support.
by Ben Laurie
· 13 years ago
8e1dc4d
Support for fixed DH ciphersuites.
by Dr. Stephen Henson
· 13 years ago
33130b0
PR: 1411 Submitted by: steve@openssl.org
by Dr. Stephen Henson
· 16 years ago
17a4a4d
Reword comment to be much shorter to stop other people from complaining
by Lutz Jänicke
· 17 years ago
c2c2e7a
Clear error queue when starting SSL_CTX_use_certificate_chain_file
by Lutz Jänicke
· 17 years ago
dc0ed30
add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()
by Nils Larsch
· 20 years ago
6049399
get rid of very buggy and very imcomplete DH cert support
by Nils Larsch
· 20 years ago
48c832b
really clear the error queue here
by Nils Larsch
· 20 years ago
875a644
Constify d2i, s2i, c2i and r2i functions and other associated
by Richard Levitte
· 21 years ago
643ecd2
make sure no error is left in the queue that is intentionally ignored
by Bodo Möller
· 22 years ago
7b63c0f
Reorder inclusion of header files:
by Lutz Jänicke
· 23 years ago
9437fef
use ERR_peek_last_error() instead of ERR_peek_error()
by Bodo Möller
· 23 years ago
6ac4e8b
Rename recently introduced functions for improved code clarity:
by Bodo Möller
· 24 years ago
7843536
Changes crypto/evp/ and ssl/ code from directly incrementing reference
by Geoff Thorpe
· 24 years ago
bc36ee6
Use new-style system-id macros everywhere possible. I hope I haven't
by Richard Levitte
· 24 years ago
5e4ca42
The consequence of constification is that to pass the address to a
by Richard Levitte
· 24 years ago
b1816a0
typo while I poke around...
by Ralf S. Engelschall
· 26 years ago
74678cc
Additional user data argument to pem_password_cb function type
by Bodo Möller
· 26 years ago
ca8e5b9
Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copying
by Bodo Möller
· 26 years ago
303c002
Use "const char *" instead of "char *" for filenames passed to functions.
by Bodo Möller
· 26 years ago
b3ca645
New function SSL_CTX_use_certificate_chain_file.
by Bodo Möller
· 26 years ago
a9be3af
Remove NOPROTO definitions and error code comments.
by Ulf Möller
· 26 years ago
ec57782
Change #include filenames from <foo.h> to <openssl.h>.
by Bodo Möller
· 26 years ago
6b691a5
Change functions to ANSI C.
by Ulf Möller
· 26 years ago
15d21c2
Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH
by Ralf S. Engelschall
· 26 years ago
413c4f4
Updates to the new SSL compression code
by Mark J. Cox
· 26 years ago
a8236c8
Fix various memory leaks in SSL, apps and DSA
by Dr. Stephen Henson
· 26 years ago
dfeab06
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
by Ralf S. Engelschall
· 26 years ago
58964a4
Import of old SSLeay release: SSLeay 0.9.0b
by Ralf S. Engelschall
· 26 years ago
d02b48c
Import of old SSLeay release: SSLeay 0.8.1b
by Ralf S. Engelschall
· 26 years ago