summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pkcs7: eliminated leak in gnutls_pkcs7_printNikos Mavrogiannopoulos2015-12-181-0/+1
* gnutls_pubkey_import_privkey: document that this operation is not possible in...Nikos Mavrogiannopoulos2015-12-181-0/+3
* Reduce the number of used syscalls by using sendmsg() instead of writev()Nikos Mavrogiannopoulos2015-12-181-2/+7
* gnutls_pkcs7_get_embedded_data: added functionNikos Mavrogiannopoulos2015-12-173-0/+62
* pkcs7: set by default the content type attributeNikos Mavrogiannopoulos2015-12-161-1/+45
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-165-7/+18
* pkcs7: Disable the optional fields prior to generating the PKCS#7 structureNikos Mavrogiannopoulos2015-12-161-0/+23
* make sure gnutls_assert is present at the cases where GNUTLS_E_INTERNAL_ERROR...Nikos Mavrogiannopoulos2015-12-153-31/+28
* handshake: when receiving a TLS version which is too low failNikos Mavrogiannopoulos2015-12-145-16/+65
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-081-0/+8
* Revert "Do not allow importing public keys from PKCS #11 private keys for DSA...Nikos Mavrogiannopoulos2015-12-084-45/+13
* Do not allow certificate change during a rehandshakeNikos Mavrogiannopoulos2015-12-085-0/+55
* Do not allow importing public keys from PKCS #11 private keys for DSA and ECDSANikos Mavrogiannopoulos2015-12-064-13/+45
* pkcs11: avoid setting a variable which isn't usedNikos Mavrogiannopoulos2015-12-061-2/+1
* MAX_PK_PARAM_SIZE was moved to gnutls_int.hNikos Mavrogiannopoulos2015-12-062-3/+3
* pkcs11: deinitialize gnutls_pkcs11_obj_t's pubkey on deinitNikos Mavrogiannopoulos2015-12-063-21/+32
* pkcs11: fix passing of incorrect variable in privkey_get_pubkeyJan Vcelak2015-12-061-1/+1
* documented bug in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-12-021-0/+10
* Amend "When decoding extensions do not ignore decoding errors"Nikos Mavrogiannopoulos2015-11-301-1/+1
* allow specifying NULL buffer in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-11-301-2/+0
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-294-5/+12
* ocsp_output: when next update is not present don't print error messageNikos Mavrogiannopoulos2015-11-281-12/+12
* use consistent terms in system.c and system-keys-win.cNikos Mavrogiannopoulos2015-11-251-8/+8
* Added gnutls_encode_ber_digest_info and gnutls_decode_ber_digest_infoNikos Mavrogiannopoulos2015-11-254-12/+63
* added cast to silence gcc warningNikos Mavrogiannopoulos2015-11-221-1/+1
* statically initialize extensions instead of using the lib constructorNikos Mavrogiannopoulos2015-11-212-148/+97
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-2131-48/+48
* system-keys-win: allow reinitialization of the library after a deinitializationNikos Mavrogiannopoulos2015-11-211-0/+1
* gnutls_global_init_skip: prefixed with an underscoreNikos Mavrogiannopoulos2015-11-213-7/+7
* doc updateNikos Mavrogiannopoulos2015-11-191-0/+3
* gnutls_certificate_set_flags: Added sinceNikos Mavrogiannopoulos2015-11-181-0/+1
* Added gnutls_certificate_flags() and GNUTLS_CERTIFICATE_SKIP_KEY_CERT_MATCHNikos Mavrogiannopoulos2015-11-185-0/+35
* link with libdl when trousers is enabled; reported by Andreas SchneiderNikos Mavrogiannopoulos2015-11-181-0/+4
* enhanced cipher selftests with variable key sizes on arcfourNikos Mavrogiannopoulos2015-11-181-0/+20
* Do not enforce a maximum key size on ARCFOURNikos Mavrogiannopoulos2015-11-181-2/+9
* doc updateNikos Mavrogiannopoulos2015-11-182-3/+2
* Added GNUTLS_SKIP_GLOBAL_INIT macro to allow programs skip implicit global in...Nikos Mavrogiannopoulos2015-11-163-0/+19
* gnutls_x509_crt_set_subject/issuer_unique_id: added Since in docNikos Mavrogiannopoulos2015-11-131-0/+4
* doc updateNikos Mavrogiannopoulos2015-11-131-2/+2
* Added documentation on PKCS #7 signingNikos Mavrogiannopoulos2015-11-132-8/+19
* updated chacha20 ciphers to conform to latest draftNikos Mavrogiannopoulos2015-11-121-8/+8
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2015-11-123-4/+98
* properly indent unique IDsNikos Mavrogiannopoulos2015-11-121-2/+2
* crypto-api: doc updateNikos Mavrogiannopoulos2015-11-111-2/+6
* Allow switching a ciphersuite to DHE and ECDHE on a rehandshakeNikos Mavrogiannopoulos2015-11-112-2/+2
* deinitialize all handshake keys when handshake is overNikos Mavrogiannopoulos2015-11-101-24/+28
* openpgp: eliminate leaks in gnutls_openpgp_keyring_import()Nikos Mavrogiannopoulos2015-11-091-0/+8
* gnutls_x509_crt_set_pubkey: clarify usageNikos Mavrogiannopoulos2015-11-091-1/+1
* pkcs12: correctly set salt size in gnutls_pkcs12_mac_infoNikos Mavrogiannopoulos2015-11-092-4/+6
* nettle: be more specific in seed size mismatchesNikos Mavrogiannopoulos2015-11-092-3/+3