summaryrefslogtreecommitdiff
path: root/lib/includes
Commit message (Expand)AuthorAgeFilesLines
* gnutls_x509_crl_sign: undeprecateNikos Mavrogiannopoulos2017-09-082-7/+4
* Corrected argument names of functions to correspond to declarationNikos Mavrogiannopoulos2017-08-181-3/+3
* gnutls_session_get_flags: introduced GNUTLS_SFLAGS_RFC7919Nikos Mavrogiannopoulos2017-08-181-1/+3
* sign APIs: introduce RSA-RAW signing algorithmNikos Mavrogiannopoulos2017-08-172-5/+4
* gnutls_privkey_import_ext4: introduced to allow signing with RSA-PSS or Ed255...Nikos Mavrogiannopoulos2017-08-151-5/+51
* extensions: simplified requirements from send callbackNikos Mavrogiannopoulos2017-08-111-1/+4
* gnutls_x509_privkey_verify_seed: improved error on missing validation parametersNikos Mavrogiannopoulos2017-08-071-0/+1
* base64: introduced new functions for base64 encodingNikos Mavrogiannopoulos2017-08-041-0/+5
* gnutls_pkcs11_token_check_mechanism: introduced function to check token for a...Nikos Mavrogiannopoulos2017-08-041-0/+5
* spki: combined all exported functions to a single set and getNikos Mavrogiannopoulos2017-08-041-9/+6
* introduced error code GNUTLS_E_PK_INVALID_PUBKEY_PARAMSNikos Mavrogiannopoulos2017-08-041-0/+1
* gnutls_x509_privkey_generate*: allow specifying the SPKI parameters for key g...Nikos Mavrogiannopoulos2017-08-041-0/+2
* Added convention for missing SubjectPublicKeyInfo params fieldNikos Mavrogiannopoulos2017-08-031-1/+3
* abstract.h: added functions to read and write SPKI informationNikos Mavrogiannopoulos2017-08-031-0/+20
* 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
* TLS: introduced support for RFC7919 groupsNikos Mavrogiannopoulos2017-08-011-0/+45
* gnutls_priority_set: use reference countingNikos Mavrogiannopoulos2017-07-251-4/+0
* gnutls_sign_is_secure2: introducedNikos Mavrogiannopoulos2017-07-211-1/+8
* doc updateNikos Mavrogiannopoulos2017-07-171-1/+1
* Renamed GNUTLS_PK_ECDHX to GNUTLS_PK_ECDH_X25519Nikos Mavrogiannopoulos2017-07-171-2/+3
* Added support for EdDSA (Ed25519) curve keysNikos Mavrogiannopoulos2017-07-171-3/+9
* doc: updated documentation on client authentication [ci skip]Nikos Mavrogiannopoulos2017-07-111-1/+1
* priorities: share priority structures across sessionsNikos Mavrogiannopoulos2017-07-101-0/+5
* moved compression-related APIs to compat.htmp-remove-support-for-compressionNikos Mavrogiannopoulos2017-06-222-11/+17
* Introduced functions to export integers with no leading zeroNikos Mavrogiannopoulos2017-06-121-0/+46
* abstract API: introduced new signing functionsNikos Mavrogiannopoulos2017-06-071-0/+13
* Separated use of GNUTLS_PRIVKEY_FLAG_PROVABLE and GNUTLS_PRIVKEY_SIGN_FLAG_RE...Nikos Mavrogiannopoulos2017-05-311-2/+2
* gnutls_pubkey_verify_data2: do not utilize GNUTLS_VERIFY_USE_RSA_PSSNikos Mavrogiannopoulos2017-05-312-3/+1
* gnutls_pubkey_verify_hash2: corrected operation with RSA-PSS keysNikos Mavrogiannopoulos2017-05-291-0/+1
* Introduced gnutls_sign_supports_pk_algorithm()Nikos Mavrogiannopoulos2017-05-291-0/+3
* x509: implement RSA-PSS signature schemeDaiki Ueno2017-05-293-3/+47
* pk: exported gnutls_decode_rs_value() and gnutls_encode_rs_value()Nikos Mavrogiannopoulos2017-05-271-0/+3
* self-tests: introduced flag GNUTLS_SELF_TEST_FLAG_NO_COMPATNikos Mavrogiannopoulos2017-05-221-0/+1
* self-tests: all parameter was replaced by flagsNikos Mavrogiannopoulos2017-05-221-4/+6
* gnutls.h: introduced GNUTLS_E_ASN1_TIME_ERRORNikos Mavrogiannopoulos2017-05-011-0/+1
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-04-231-5/+15
* 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-062-0/+7
* doc updateNikos Mavrogiannopoulos2017-03-231-4/+7
* Introduced GNUTLS_DT_IP_ADDRESSNikos Mavrogiannopoulos2017-03-231-2/+6
* 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
* Avoid deprecation warnings when including gnutls/abstract.hMartin Storsjo2017-03-181-1/+1
* gnutls.h: added definitions to obtain the maximum element in several enumerat...Nikos Mavrogiannopoulos2017-03-171-5/+10
* Introduced flag GNUTLS_VERIFY_ALLOW_SIGN_WITH_SHA1Nikos Mavrogiannopoulos2017-03-161-1/+4
* doc updateNikos Mavrogiannopoulos2017-03-131-12/+12
* lib: unconditionally enable the self-check functionstmp-pkcs11-avoid-locksNikos Mavrogiannopoulos2017-03-131-3/+0
* gnutls.h: introduced GNUTLS_E_TLS_PACKET_DECODING_ERROR [ci skip]Nikos Mavrogiannopoulos2017-03-081-0/+1