summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.c
Commit message (Collapse)AuthorAgeFilesLines
* obey coding standard, no logic changeKoichiro IWAO2017-01-121-2/+2
|
* TLS: log TLS version and cipherKoichiro IWAO2016-11-221-0/+14
|
* Use static inline functions for OpenSSL 1.0 backportPavel Roskin2016-11-011-15/+26
| | | | | | | | Conditional preprocessor directives spread throughout the code set a bad example. The new backport code is located in one place. The compiler checks argument types. The backport code has no access to the caller variables. The main code has all advantages of the new, more compact API.
* Add backwards compatibility to OpenSSL < 1.1.0.Dominik George2016-10-271-0/+15
|
* Fix ssl_calls for OpenSSL 1.1.0, closes #458.Dominik George2016-10-271-31/+30
|
* always set SSL_OP_NO_SSLv2 in TLS optionsJay Sorg2016-08-251-4/+1
|
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵Alex Illsley2016-08-251-5/+22
| | | | implement
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-2/+2
|
* common: minor fix for older openssl keygenJay Sorg2016-02-221-1/+1
|
* common: fix for key generated smaller than asked forJay Sorg2016-02-221-12/+20
|
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
|
* common: shut up some messages in ssl_tls_print_errorKoichiro IWAO2015-06-121-4/+0
| | | | | SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE are not fatal error but just indicate SSL_read, SSL_write, SSL_accept functions to repeat.
* common: fix #248 TLS on FreeBSDKoichiro IWAO2015-06-111-31/+75
| | | | | | | | | According to document[1][2][3], retry when SSL_get_error returns SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. [1] https://www.openssl.org/docs/ssl/SSL_read.html [2] https://www.openssl.org/docs/ssl/SSL_write.html [3] https://www.openssl.org/docs/ssl/SSL_accept.html
* ssl_calls: fix to read certificate chainsspeidy2014-12-101-6/+6
|
* common: avoid possible SSL_shutdown crashJay Sorg2014-12-021-2/+12
|
* common: move tls calls to ssl_callsJay Sorg2014-11-251-0/+270
|
* common: allow RSA keys bigger than 512 bitJay Sorg2014-06-051-2/+4
|
* common: add more fips ssl callsJay Sorg2014-02-231-0/+66
|
* common: check for nil in fips cleanupJay Sorg2014-02-231-1/+4
|
* common: added des3 calls for fipsJay Sorg2014-02-201-1/+78
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-228/+243
| | | | | o applied new coding standards to all .c files o moved some files around
* add ssl init to commonJay Sorg2011-05-281-0/+18
|
* update copyright yearJay Sorg2010-10-191-1/+1
|
* update copyright yearjsorg712009-02-021-1/+1
|
* comment changejsorg712008-04-151-1/+1
|
* added support for if OLD_RSA_GEN1 is defined and changed unsigned char to tui8jsorg712008-04-151-13/+66
|
* update copyright yearjsorg712008-01-301-1/+1
|
* removed built in keygen funtion, wasn't working anywayjsorg712007-09-211-196/+7
|
* added rsa_builtin_keygen1 for older openssl librariesjsorg712007-07-181-2/+197
|
* added undef and error messagejsorg712007-07-031-0/+2
|
* check for old openssl library for key genjsorg712007-07-031-0/+9
|
* added keygen functionjsorg712007-06-161-2/+65
|
* copyright year updatejsorg712007-01-121-1/+1
|
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-3/+4
|
* need to include stdlib.h before opensll headersjsorg712006-05-311-0/+1
|
* copyright year updatesjsorg712006-03-211-1/+1
|
* added some APP_CC and changed ssl prefixjsorg712005-11-261-36/+37
|
* gota use len in BN_bin2bnjsorg712005-11-021-3/+3
|
* moving reverse to ssl_callsjsorg712005-09-251-6/+54
|
* moved some files aroundjsorg712005-06-281-0/+161