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
*
Check file name for not being NULL before opening it
Зишан Мирза
2024-09-26
1
-5
/
+30
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Remove unreachable code from SSL_use_certificate_file() as in SSL_CTX_use_cer...
atishkov
2023-07-17
1
-8
/
+4
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-11
/
+11
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-16
/
+10
*
Convert serverinfo in SSL_CTX_use_serverinfo() to v2.
Daniel Fiala
2022-08-26
1
-21
/
+60
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-13
/
+49
*
Fix coverity 1504433: unchecked return value
Pauli
2022-05-19
1
-0
/
+1
*
Add return value check of EVP_PKEY_copy_parameters () in ssl_set_cert_and_key()
Zhou Qingyang
2022-05-16
1
-2
/
+8
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
ssl: replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-1
/
+1
*
Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...
Dr. David von Oheimb
2021-11-17
1
-6
/
+7
*
ssl: coverity 1465527 - dereference after null check
Pauli
2021-03-20
1
-0
/
+3
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-2
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Don't copy parameters on setting a key in libssl
Matt Caswell
2021-01-22
1
-20
/
+3
*
Deprecate RSA harder
Richard Levitte
2020-11-18
1
-171
/
+0
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-80
/
+77
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-6
/
+6
*
Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP sign
Norman Ashley
2020-09-21
1
-26
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Add X509 related libctx changes.
Shane Lontis
2020-07-24
1
-48
/
+77
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Make sure we use the libctx in libssl when loading PrivateKeys
Matt Caswell
2020-04-15
1
-9
/
+15
*
Explicitly cache the X509v3_extensions in one more place in libssl
Matt Caswell
2020-04-09
1
-0
/
+6
*
EVP & TLS: Add necessary EC_KEY data extraction functions, and use them
Richard Levitte
2020-04-08
1
-1
/
+1
*
Explicitly cache X509v3 extensions in libssl
Matt Caswell
2020-03-30
1
-0
/
+9
*
commit a6efbe123af3d98b4d10d4fcdfe68dc5303212f8
raniervf
2019-11-15
1
-6
/
+8
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
1
-1
/
+1
*
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
[next]