summaryrefslogtreecommitdiff
path: root/lib/auth/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* build: re-indent codeDaiki Ueno2023-04-241-37/+35
* rsa: remove dead codeHubert Kario2023-02-081-17/+3
* auth/rsa: side-step potential side-channelAlexander Sosedkin2023-02-081-10/+0
* Indent codeZoltan Fridrich2023-01-271-19/+11
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Remove redundant resets of variables after free()Tim Rühsen2019-02-221-3/+2
* Fix typos in lib/tmp-fix-typos-in-libTim Rühsen2019-01-041-3/+3
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-1/+1
* Constant time/cache PKCS#1 RSA decryptiontmp-fix-CVE-2018-16868Simo Sorce2018-11-301-55/+54
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-4/+19
* kx: moved to new buffer APINikos Mavrogiannopoulos2018-02-191-2/+5
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-2/+2
* auth rsa: eliminated memory leak on pkcs-1 formatting attack pathNikos Mavrogiannopoulos2017-01-041-1/+5
* deprecated _gnutls_rnd() in favor of exported gnutls_rnd()Nikos Mavrogiannopoulos2016-11-041-2/+2
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-141-4/+9
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-10/+10
* Enable key usage checks in the client side of RSA ciphersuitesNikos Mavrogiannopoulos2015-08-141-0/+28
* tls-rsa: keep a common code path when doing RSA decryptionNikos Mavrogiannopoulos2015-04-211-28/+29
* Made _gnutls_get_auth_info() safer to use.Nikos Mavrogiannopoulos2014-04-181-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-235/+220
* ported patch for RSA-PSKFrank Morgner2013-08-301-1/+2
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-7/+4
* Removed the RSA-EXPORT ciphersuites.Nikos Mavrogiannopoulos2013-04-071-33/+0
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-271-3/+4
* convert gnutls versions to TLS major-minor in a single function.Nikos Mavrogiannopoulos2013-03-271-2/+2
* better cleanup on error on export caseNikos Mavrogiannopoulos2013-02-171-7/+17
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-22/+22
* several cleanupsNikos Mavrogiannopoulos2012-09-221-1/+1
* Use the PKCS #1 1.5 encoding provided by nettle (2.5) for encryption and sign...Nikos Mavrogiannopoulos2012-05-221-2/+2
* more cleanupsNikos Mavrogiannopoulos2012-03-241-4/+4
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-241-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-3/+3
* Collapse and cleanup copyright information.Simon Josefsson2012-01-161-2/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* _gnutls_proc_cert_client_certificate and _gnutls_proc_cert_server_certificate...Nikos Mavrogiannopoulos2012-01-071-2/+2
* cipher_suite_st is no longer used internally. We only use a point to 2 bytes.Nikos Mavrogiannopoulos2011-12-131-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-2/+2
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-2/+2
* gnutls_secure_malloc() is no longer used.Nikos Mavrogiannopoulos2011-05-281-1/+1
* gnutls_pk_params_st is used internally to transfer public key parameters. Thi...Nikos Mavrogiannopoulos2011-05-221-33/+16
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-2/+2
* Combined external abstract API with internal usage of gnutls_cert.Nikos Mavrogiannopoulos2011-04-171-24/+31
* The auth_ and ext_ files were moved to respective directories.Nikos Mavrogiannopoulos2011-04-161-0/+338