summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update to libtasn1 1.4.Simon Josefsson2008-04-217-72/+49
* | | check output of get_name.Nikos Mavrogiannopoulos2008-04-211-3/+6
|/ /
* | save key usage while reading public keys.Nikos Mavrogiannopoulos2008-04-192-24/+53
* | Link to -lws2_32 if needed.Simon Josefsson2008-04-181-0/+4
* | Use ASCII-only isprint function to get consistent outputs.Simon Josefsson2008-04-181-1/+2
* | corrected typo.Nikos Mavrogiannopoulos2008-04-171-2/+3
* | (gnutls_x509_crt_get_key_usage): Doc fix.Simon Josefsson2008-04-171-12/+12
* | Doc fix (gtk-doc warning).Simon Josefsson2008-04-171-1/+2
* | Fix warning.Simon Josefsson2008-04-171-1/+1
* | Simplify cdk handling.Simon Josefsson2008-04-171-3/+2
* | Remove code to link with external opencdk.Simon Josefsson2008-04-172-82/+0
* | Remove all uses of gnutls_alloca/gnutls_afree.Simon Josefsson2008-04-1712-87/+63
* | Don't use alloca, the certificate list can be larger than stack size.Simon Josefsson2008-04-171-2/+2
* | Don't use %e specifier with strftime, it doesn't work under Windows.Simon Josefsson2008-04-171-5/+5
* | Re-generate using modern libtasn1.Simon Josefsson2008-04-172-1174/+1174
* | Doc fix (silence texinfo warning).Simon Josefsson2008-04-151-4/+4
* | Improve error messages.Simon Josefsson2008-04-151-1/+4
* | Make gnutls_x509_crq_sign2 set certificate request version if not set.Simon Josefsson2008-04-151-0/+11
* | Improve documentation for gnutls_x509_crq_sign2.Simon Josefsson2008-04-151-16/+20
* | Fix warnings.Simon Josefsson2008-04-131-2/+2
* | return the size of the required buffer to hold the dataNikos Mavrogiannopoulos2008-04-121-1/+4
* | Deallocate memory from parameters only when function run was successful.Nikos Mavrogiannopoulos2008-04-121-2/+8
* | Added a flag in get_auth_subkey() to work for all use casesNikos Mavrogiannopoulos2008-04-122-4/+7
* | do not return any subkey if an authentication subkey is not foundNikos2008-04-101-1/+1
* | corrected bug in openpgp import when data is of size zero. Reported byNikos2008-04-103-1/+19
* | Fail at import stage if a non proper certificate is loaded.Nikos2008-04-042-3/+21
* | (_gnutls_psk_pwd_find_entry): Call fclose after fopen.Simon Josefsson2008-04-031-1/+3
* | Merge branch 'master' of ssh://jas@git.sv.gnu.org/srv/git/gnutlsSimon Josefsson2008-04-035-29/+44
|\ \
| * | Corrected exporting the DSA secret key parameters.Nikos2008-04-021-2/+2
| * | Add proper ARMOR header in private keys.Nikos2008-04-023-6/+6
| * | Consistent printing of revoked status.Nikos2008-04-023-15/+24
| * | Added revoked UID error string.Nikos2008-04-021-1/+2
| * | Print revoked names.Nikos2008-04-022-5/+10
* | | Fix warnings.Simon Josefsson2008-03-301-1/+1
|/ /
* | Reverted to gnutls 2.2 behaviour of allowing an empty key (for PKCS #11).Nikos2008-03-291-2/+2
* | Merge branch 'master' of ssh://nmav@git.sv.gnu.org/srv/git/gnutlsNikos2008-03-2910-91/+26
|\ \ | |/
| * Fix gcc warnings.Simon Josefsson2008-03-199-85/+15
| * Fix warning.Simon Josefsson2008-03-191-6/+11
* | Added interface to register random generators.Nikos2008-03-2914-53/+260
|/
* fixes for all tests to succeed.Nikos2008-03-164-9/+11
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-1618-403/+459
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-1610-67/+253
* Remove things already in includes/gnutls/openpgp.h.Simon Josefsson2008-03-111-31/+0
* Clean up license headers for OpenPGP code.Simon Josefsson2008-03-1130-189/+300
* Typo.Simon Josefsson2008-03-111-3/+3
* Doc fixes.Simon Josefsson2008-03-061-54/+63
* Doc fix.Simon Josefsson2008-03-061-37/+41
* Fix gnutls_hex2bin prototype.Simon Josefsson2008-03-061-7/+18
* Doc fixes.Simon Josefsson2008-03-061-2/+4
* Doc fixes.Simon Josefsson2008-03-062-7/+9