summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAgeFilesLines
* added missing headers.Nikos Mavrogiannopoulos2008-09-211-0/+13
|
* Fix warning about trailing comma.Simon Josefsson2008-09-161-2/+2
|
* Indent.Simon Josefsson2008-09-161-102/+165
|
* Don't use extern on functions, for consistency.Simon Josefsson2008-09-161-20/+17
|
* Add interfaces to get PK and PK-sign algorithms. Use them.Simon Josefsson2008-09-161-0/+2
|
* Add gnutls_sign_list and gnutls_sign_get_id.Simon Josefsson2008-09-011-0/+2
| | | | Suggested by Sam Varshavchik <mrsam@courier-mta.com>.
* Add gnutls_pk_list and gnutls_pk_get_id.Simon Josefsson2008-09-011-1/+2
| | | | Suggested by Sam Varshavchik <mrsam@courier-mta.com>.
* Add gnutls_strerror_name.Simon Josefsson2008-08-291-0/+1
|
* Fix warnings.Simon Josefsson2008-08-281-0/+1
|
* Bump copyright in installed header files.Simon Josefsson2008-08-134-4/+4
|
* Drop final comma in enum.Simon Josefsson2008-08-131-1/+1
| | | | Reported in <https://savannah.gnu.org/support/?106453>.
* Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE.Simon Josefsson2008-08-132-2/+6
|
* Add API to set callback to extract TLS Finished messages.Simon Josefsson2008-08-131-0/+9
|
* added gnutls_x509_crq_set_key_rsa_raw() which will set a raw key to a ↵Nikos Mavrogiannopoulos2008-08-031-0/+3
| | | | certificate request.
* Add APIs to register TLS extension handlers.Simon Josefsson2008-07-031-0/+23
|
* corrected openssl.Nikos Mavrogiannopoulos2008-06-301-2/+3
|
* use native gnutls functions.Nikos Mavrogiannopoulos2008-06-301-4/+2
|
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-282-24/+182
|
* libgnutls [OpenPGP]: New APIs to retrieve fingerprint from OpenPGP subkeys.Simon Josefsson2008-06-181-0/+7
| | | | Contributed by Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>.
* Merge branch 'gnutls_with_netconf'Simon Josefsson2008-06-041-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am NEWS configure.in doc/examples/Makefile.am doc/gnutls.texi doc/manpages/Makefile.am src/cli.c src/psk-gaa.c src/psk.gaa tests/Makefile.am
| * Add gnutls_psk_set_server_credentials_hint.Simon Josefsson2008-06-041-0/+4
| |
| * Add gnutls_psk_client_get_hint function. Use it.Simon Josefsson2008-06-031-0/+1
| |
| * Typo.Simon Josefsson2008-04-131-1/+1
| |
| * Starting pointer for NETCONF-PSK support.Simon Josefsson2008-04-081-0/+6
| |
* | libgnutls-openssl: added RAND_pseudo_bytes API.Simon Josefsson2008-05-261-0/+1
| | | | | | | | Tiny patch from Robert Millan <rmh@aybabtu.com>.
* | Updated the C++ API with patch from Eduardo Villanueva Che. Suggested by ↵Nikos Mavrogiannopoulos2008-05-171-46/+41
| | | | | | | | Benjamin Herr.
* | Increase max handshake packet size. Add new error code for situation.Simon Josefsson2008-04-291-0/+2
| | | | | | | | | | Thanks to Marc Haber <mh+debian-bugs@zugschlus.de> and "Marc F. Clemente" <marc@mclemente.net> for reporting and providing test servers.
* | Hide crypto.h definitions by default.Simon Josefsson2008-04-281-0/+4
| |
* | Fix gtk-doc warning.Simon Josefsson2008-04-171-2/+3
| |
* | Fix gtk-doc warning about duplicate RSA namespace.Simon Josefsson2008-04-171-2/+2
| |
* | changed api.Nikos Mavrogiannopoulos2008-04-131-1/+1
| |
* | Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-03-292-4/+8
|\ \
| * | Avoid defining SHA-224 MAC since it isn't specified in TLS 1.2.Simon Josefsson2008-03-281-5/+4
| | |
| * | Add SHA-224 enum types.Simon Josefsson2008-03-281-3/+8
| |/
| * Dist gnutls/crypto.h.Simon Josefsson2008-03-191-2/+2
| |
* | Added interface to register random generators.Nikos2008-03-291-0/+14
|/
* updatedNikos2008-03-161-9/+5
|
* Added functionality to override (register) a cipher. Initial functionality ↵Nikos2008-03-162-0/+60
| | | | for MAC and digest algorithms.
* Finish renaming of export x509/openpgp functions.Simon Josefsson2008-03-101-8/+8
| | | | | | In particular, gnutls_certificate_get_x509_cas, gnutls_certificate_get_x509_crls, and gnutls_certificate_get_openpgp_keyring.
* Fix gnutls_hex2bin prototype.Simon Josefsson2008-03-061-2/+2
|
* Added gnutls_x509_dn_export(). Patch by Joe Orton.Nikos2008-02-241-0/+4
|
* Use better names in gnutls_certificate_print_formats_t.Simon Josefsson2008-02-212-4/+10
|
* Drop gnutls_openpgp_crt_get_id (handled by compat.h).Simon Josefsson2008-02-211-3/+0
|
* Cleanup gnutls_openpgp_crt_get_id vs gnutls_openpgp_crt_get_key_id.Simon Josefsson2008-02-211-0/+3
|
* Typo.Simon Josefsson2008-02-211-1/+1
|
* Make it build.Simon Josefsson2008-02-212-13/+16
|
* Added gnutls_certificate_export_x509_cas and other functions toNikos2008-02-201-0/+9
| | | | export elements from the certificate credentials structure.
* Added gnutls_x509_dn_import/init/deinit() to access raw DER DN. PatchNikos2008-02-191-0/+8
| | | | by Joe Orton.
* pgp_keyid_t is now compatible with the 2.2 key id.Nikos2008-02-182-16/+16
|
* Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-02-182-3/+4
|\