summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/x509.h
Commit message (Expand)AuthorAgeFilesLines
* x509 CT: implement new public APIAnder Juaristi2021-12-041-0/+1
* pk: add flags to force RSA-PSS salt length to match digest lengthDaiki Ueno2021-08-071-1/+5
* x509: rework issuer callbackDaiki Ueno2020-11-191-2/+4
* Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-101-2/+6
* src/cli: adds new option '--ca-auto-retrieve' that can be used with gnutls-cl...Sahana Prasad2020-09-021-0/+4
* Merge branch 'tmp-public-header-guards' into 'master'Daiki Ueno2020-08-141-1/+2
|\
| * Add or clean header guards in lib/includes/gnutls/tmp-public-header-guardsTim Rühsen2019-05-081-1/+2
* | Implements a callback function gnutls_x509_trust_list_set_getissuer_function()Sahana Prasad2020-06-031-0/+6
* | Export profile ID/name handling functionsNikos Mavrogiannopoulos2019-12-191-0/+3
* | Merge branch 'mark_const' into 'master'Tim Rühsen2019-05-211-1/+1
|\ \
| * | Mark second argument of function gnutls_x509_crt_equals2 as constAleksei Nikiforov2019-05-211-1/+1
| |/
* | x509.h: corrected typo in newly introduced definitionNikos Mavrogiannopoulos2019-05-211-1/+1
* | x509.h: removed stray '%'Nikos Mavrogiannopoulos2019-05-201-1/+1
* | Added profile to correspond to the future security parameterNikos Mavrogiannopoulos2019-05-201-1/+6
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION: deprecatedtmp-no-well-definedNikos Mavrogiannopoulos2018-12-211-0/+1
* doc: fixed missing function and enumeration parametersNikos Mavrogiannopoulos2018-09-261-1/+1
* trust list: added flag to force failure on CRL validation errorNikos Mavrogiannopoulos2018-09-211-1/+5
* Add support for PBES2/PBKDF2 using GOST algorithmsDmitry Eremin-Solenikov2018-06-231-1/+16
* Add support for importing/exporting GOST private keysDmitry Eremin-Solenikov2018-06-231-0/+14
* Support importing/exporting X.509 GOST public keysDmitry Eremin-Solenikov2018-06-231-0/+5
* pcert: added functionality to retrieve listsNikos Mavrogiannopoulos2018-05-121-0/+8
* doc: improve documentation on provable private keysNikos Mavrogiannopoulos2017-10-091-1/+1
* _gnutls_get_key_id: introduce flag GNUTLS_KEYID_USE_SHA512Nikos Mavrogiannopoulos2017-10-011-0/+2
* gnutls_x509_crq_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-0/+2
* gnutls_x509_crl_sign: undeprecateNikos Mavrogiannopoulos2017-09-081-0/+4
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-9/+6
* gnutls_x509_privkey_generate*: allow specifying the SPKI parameters for key g...Nikos Mavrogiannopoulos2017-08-041-0/+2
* gnutls_x509_privkey_set_spki: introduced function to update SPKI on a keyNikos Mavrogiannopoulos2017-08-031-0/+4
* x509.h: Renamed SPKI related functionsNikos Mavrogiannopoulos2017-08-031-15/+14
* gnutls_pubkey_verify_data2: do not utilize GNUTLS_VERIFY_USE_RSA_PSSNikos Mavrogiannopoulos2017-05-311-2/+1
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-291-0/+30
* x509.h: added macro for inhibit any policyNikos Mavrogiannopoulos2017-04-061-0/+1
* x509: added function to set and retrieve inhibit anypolicy extension valueNikos Mavrogiannopoulos2017-04-061-0/+6
* Added helper functions to parse the inhibit anyPolicy X.509 extensionNikos Mavrogiannopoulos2017-04-061-0/+2
* Introduced verification flag GNUTLS_VERIFY_DO_NOT_ALLOW_IP_MATCHESNikos Mavrogiannopoulos2017-03-231-0/+4
* Added gnutls_x509_crt_check_ip()Nikos Mavrogiannopoulos2017-03-231-0/+5
* Introduced flag GNUTLS_VERIFY_ALLOW_SIGN_WITH_SHA1Nikos Mavrogiannopoulos2017-03-161-1/+4
* x509.h: introduced flag GNUTLS_VERIFY_IGNORE_UNKNOWN_CRIT_EXTENSIONSNikos Mavrogiannopoulos2017-03-021-1/+4
* Added gnutls_x509_crt_set_flags()Nikos Mavrogiannopoulos2017-02-171-0/+13
* x509: better documented gnutls_trust_list_flags_tNikos Mavrogiannopoulos2016-12-091-1/+26
* gnutls_x509_crt_check_email type changed to unsignedNikos Mavrogiannopoulos2016-12-081-1/+1
* Introduced new functions to allow multiple DN parsing modesNikos Mavrogiannopoulos2016-11-141-0/+17
* x509: introduced gnutls_x509_crt_check_key_purpose()Nikos Mavrogiannopoulos2016-10-181-0/+5
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-1/+1
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-261-1/+5
* x509: Separate out IP handling functionsMartin Ukrop2016-08-091-0/+1
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-221-2/+2
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-191-0/+2
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-131-0/+6