summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added cast to silence gcc warningNikos Mavrogiannopoulos2015-11-221-1/+1
* 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/+18
* deinitialize client_Y if needed to avoid leakNikos Mavrogiannopoulos2015-11-131-0/+3
* Revert "deinitialize all handshake keys when handshake is over"Nikos Mavrogiannopoulos2015-11-131-28/+24
* 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
* deinitialize all handshake keys when handshake is overNikos Mavrogiannopoulos2015-11-121-24/+28
* 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
* 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
* crypto-backend: ensure there are no leaks on deinitializationNikos Mavrogiannopoulos2015-11-091-5/+13
* Require TLS 1.2 for all the ciphersuites which are defined for it onlyNikos Mavrogiannopoulos2015-11-091-97/+97
* gnutls.pc: don't use the libtool version of the link optionsNikos Mavrogiannopoulos2015-11-031-1/+1
* removed inacurate textNikos Mavrogiannopoulos2015-10-291-3/+0
* Documentation updateAndreas Metzler2015-10-212-4/+4
* pkcs11.h: relocated gnutls_pkcs11_copy_pubkey to allow discovery by buggy doc...Nikos Mavrogiannopoulos2015-10-201-3/+3
* ext master secret: extension is marked as mandatoryNikos Mavrogiannopoulos2015-10-201-1/+1
* pkcs11: introduced gnutls_pkcs11_copy_pubkeyNikos Mavrogiannopoulos2015-10-176-3/+279
* Disable the NULL cipher on runtime when FIPS140 mode is enabled instead of st...Nikos Mavrogiannopoulos2015-10-153-7/+12
* backport: Tolerate priority strings with names of legacy ciphers and key exch...Nikos Mavrogiannopoulos2015-10-155-14/+43
* pkcs11: write CKA_ISSUER and CKA_SERIAL_NUMBER when writing on a certificateNikos Mavrogiannopoulos2015-10-151-2/+16
* Introduced the security parameter future (256) and switched ultra to 192 bitsNikos Mavrogiannopoulos2015-10-122-3/+5
* Backported new verification functions for clients from 3.5.x branchNikos Mavrogiannopoulos2015-10-0711-35/+208
* Added gnutls_session_set_verify_functionNikos Mavrogiannopoulos2015-10-075-5/+47
* gnutls_record_recv: simplified text on GNUTLS_E_REHANDSHAKENikos Mavrogiannopoulos2015-10-051-7/+6
* system.c: simplify gnutls_system_recv_timeoutNikos Mavrogiannopoulos2015-09-171-7/+2
* updated documentation on gnutls_vdata_types_t based on DKG's suggestionsNikos Mavrogiannopoulos2015-09-171-4/+11
* improve docs for gnutls_certificate_verify_peers*()Daniel Kahn Gillmor2015-09-171-3/+9
* _gnutls_hex2bin: avoid overrun in the provided bufferNikos Mavrogiannopoulos2015-09-141-2/+1
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* pkcs11: when storing public keys, make sure they are marked as not privateNikos Mavrogiannopoulos2015-09-041-0/+5
* hex decoding: more reasonable error codesNikos Mavrogiannopoulos2015-08-231-7/+6
* Set the extended master secret status based on resumption data onlyNikos Mavrogiannopoulos2015-08-212-6/+4
* session packing: corrected issue in PSK session unpackNikos Mavrogiannopoulos2015-08-211-1/+5
* PSK: save the username in client side in the auth structureNikos Mavrogiannopoulos2015-08-211-1/+18
* _gnutls_hash() returns error code if any.Nikos Mavrogiannopoulos2015-08-211-1/+1