index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_rsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add SSL/SSL_CTX_use_cert_and_key()
Todd Short
2018-03-09
1
-0
/
+111
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-35
/
+35
*
Use certificate tables instead of ssl_cert_type
Dr. Stephen Henson
2017-07-13
1
-8
/
+7
*
Try to be more consistent about the alerts we send
Matt Caswell
2017-05-19
1
-1
/
+1
*
Updates to serverinfo fix based on review feedback
Matt Caswell
2017-05-04
1
-8
/
+9
*
Fix SSL_CTX_use_serverinfo_ex() et al to properly handle V1 data
Matt Caswell
2017-05-04
1
-7
/
+22
*
Revert "Fix clang compile time error"
Matt Caswell
2017-05-04
1
-6
/
+3
*
Fix clang compile time error
Todd Short
2017-05-04
1
-3
/
+6
*
Clarify serverinfo usage with Certificate messages
Matt Caswell
2017-05-03
1
-0
/
+4
*
Add an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
Matt Caswell
2017-05-03
1
-6
/
+6
*
Extend the SERVERINFO file format to include an extensions context
Matt Caswell
2017-05-03
1
-89
/
+153
*
Create an ENDPOINT enum type for use internally
Matt Caswell
2017-04-07
1
-1
/
+2
*
Implement a new custom extensions API
Matt Caswell
2017-04-07
1
-20
/
+9
*
Use the callbacks from the SSL object instead of the SSL_CTX object
Pauli
2017-03-10
1
-8
/
+6
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-11
/
+7
*
Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functions
Richard Levitte
2016-08-05
1
-14
/
+0
*
fix memory leaks
Miroslav Franc
2016-07-16
1
-0
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Don't leak memory if realloc fails.
Dr. Stephen Henson
2016-05-12
1
-2
/
+4
*
Remove confusing comment.
TJ Saunders
2016-05-02
1
-1
/
+0
*
Issue #719:
TJ Saunders
2016-05-02
1
-7
/
+22
*
fix no-ec build
Dr. Stephen Henson
2016-03-03
1
-2
/
+2
*
TLS support for X25519
Dr. Stephen Henson
2016-02-28
1
-0
/
+5
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
make EVP_PKEY opaque
Dr. Stephen Henson
2016-01-20
1
-6
/
+6
*
Use X509_get0_pubkey where appropriate
Dr. Stephen Henson
2015-12-31
1
-9
/
+4
*
Remove fixed DH ciphersuites.
Dr. Stephen Henson
2015-12-19
1
-16
/
+1
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
1
-2
/
+21
*
Fix SSL_use_certificate_chain_file
Matt Caswell
2015-11-11
1
-6
/
+15
*
Remove BIO_s_file_internal macro.
Rich Salz
2015-10-02
1
-8
/
+8
*
Fix no-stdio build
David Woodhouse
2015-09-30
1
-2
/
+0
*
Fix return values when adding serverinfo fails.
Kurt Roeckx
2015-09-16
1
-8
/
+10
*
Add X509_up_ref function.
Dr. Stephen Henson
2015-09-01
1
-1
/
+1
*
Remove support for OPENSSL_NO_TLSEXT
Matt Caswell
2015-05-23
1
-4
/
+2
*
move masks out of CERT structure
Dr. Stephen Henson
2015-05-19
1
-2
/
+0
*
Add SSL_use_certificate_chain_file function
Dr. Stephen Henson
2015-05-08
1
-12
/
+33
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-5
/
+2
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-6
/
+3
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-16
/
+8
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-1
/
+4
*
Remove ssl_cert_inst()
Kurt Roeckx
2015-03-15
1
-28
/
+0
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-948
/
+889
*
serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...
Jonas Maebe
2014-12-10
1
-2
/
+5
*
Rename some callbacks, fix alignment.
Dr. Stephen Henson
2014-08-28
1
-6
/
+6
*
Use consistent function naming.
Dr. Stephen Henson
2014-08-28
1
-1
/
+1
*
New extension callback features.
Dr. Stephen Henson
2014-08-28
1
-2
/
+4
[next]