summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2008-07-02100-5006/+5634
* Need -I to builddir for gnutls.h.Simon Josefsson2008-07-021-1/+2
* Dist pbkdf2-sha1.h.Simon Josefsson2008-07-021-1/+1
* Drop gc.h.Simon Josefsson2008-07-013-4/+1
* (_gnutls_handshake_hash_buffers_clear): Make sure deinitialized MAC hashes ar...Simon Josefsson2008-06-301-1/+2
* added _gnutls_hash_fast()Nikos Mavrogiannopoulos2008-06-302-0/+28
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutlsNikos Mavrogiannopoulos2008-06-301-1/+0
|\
| * Remove debug code.Simon Josefsson2008-06-301-1/+0
* | added _gnutls_pkcs5_pbkdf2_sha1() based on gc_pkcs5_pbkdf2_sha1()Nikos Mavrogiannopoulos2008-06-306-8/+233
|/
* added check before reallocation of parameters to avoid memory leaks on rehand...Nikos Mavrogiannopoulos2008-06-291-0/+15
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-2890-4050/+3373
* do not add trailing zero on the size count.Nikos Mavrogiannopoulos2008-06-251-7/+5
* Fix build failures related to opencdk.h.Simon Josefsson2008-06-231-3/+4
* Add prototype for _gnutls_session_is_psk.Simon Josefsson2008-06-181-1/+3
* libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.Simon Josefsson2008-06-182-0/+91
* Fix typo in documentation.Simon Josefsson2008-06-161-2/+1
* Doc fix.Simon Josefsson2008-06-091-1/+1
* gnutls_x509_crt_get_extension_oid: Doc fix.Simon Josefsson2008-06-081-1/+6
* added check for empty UID list.Nikos Mavrogiannopoulos2008-06-081-2/+6
* Changed OpenPGP verification behaviour. An OpenPGP certificateNikos Mavrogiannopoulos2008-06-083-28/+112
* safer copying of keyid type.Nikos Mavrogiannopoulos2008-06-042-4/+4
* Doc fix.Simon Josefsson2008-06-041-0/+2
* Doc fix.Simon Josefsson2008-06-041-70/+74
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-048-16/+393
|\
| * Generate server key exchange (psk identity hint). Invoke client callback.Simon Josefsson2008-06-041-3/+72
| * Add gnutls_psk_set_server_credentials_hint.Simon Josefsson2008-06-042-2/+30
| * Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-0/+27
| * Pack/unpack psk identity hint too.Simon Josefsson2008-06-031-6/+18
| * Allow for server key exchange message to be optional for PSK ciphers.Simon Josefsson2008-05-153-3/+29
| * Parse psk_identity_hint field.Simon Josefsson2008-05-152-3/+80
| * Change PSK key derivation algorithm.Simon Josefsson2008-04-251-4/+4
| * Typo.Simon Josefsson2008-04-131-1/+1
| * Typo.Simon Josefsson2008-04-121-1/+1
| * Fix mem leak on errors.Simon Josefsson2008-04-081-10/+14
| * Fix bugs.Simon Josefsson2008-04-081-10/+12
| * Starting pointer for NETCONF-PSK support.Simon Josefsson2008-04-082-1/+133
* | safer use of KEYID_IMPORT().Nikos Mavrogiannopoulos2008-06-021-2/+2
* | Corrected usage of DECR_LEN()Nikos Mavrogiannopoulos2008-06-021-3/+5
* | Add emacs mode markers.Simon Josefsson2008-05-271-2/+2
* | Doc fix.Simon Josefsson2008-05-261-4/+4
* | (gnutls_x509_crl_set_version): Fix on platform where 'char' can be unsigned.Simon Josefsson2008-05-261-4/+3
* | added error check.Nikos Mavrogiannopoulos2008-05-241-2/+2
* | Print Never when a certificate never expires.Nikos Mavrogiannopoulos2008-05-241-5/+12
* | Corrected bug gnutls_openpgp_crt_get_name() which returned the same value for...Nikos Mavrogiannopoulos2008-05-241-12/+11
* | Fix broken debug check for GNUTLS-SA-2008-1.Simon Josefsson2008-05-191-9/+3
* | Don't pass all C flags when building C++ library.Simon Josefsson2008-05-191-2/+2
* | added wide wildcard hostname matching. Patch by Jean-Philippe Garcia Ballester.Nikos Mavrogiannopoulos2008-05-191-25/+22
* | Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-193-10/+39
* | Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by Benj...Nikos Mavrogiannopoulos2008-05-171-203/+163
* | Fix warning.Simon Josefsson2008-05-061-1/+0