summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Indent code.Simon Josefsson2009-11-057-501/+504
* Added GNUTLS_BAG_SECRET that adds support for storing a randomly generated keyNikos Mavrogiannopoulos2009-10-253-95/+166
* Corrected warnings in picky compilers and rearanged code.Nikos Mavrogiannopoulos2009-10-251-128/+125
* Added support for the AES family of ciphers in the PKCS8 and 12 encryption op...Nikos Mavrogiannopoulos2009-10-243-168/+313
* Add forgotten documentation bits for issuer altnameBrad Hards2009-09-141-0/+9
* Indent.Simon Josefsson2009-09-102-48/+43
* Add X509 Issuer Altname functionsBrad Hards2009-09-102-38/+195
* Handle XMPP SANs properly.Simon Josefsson2009-08-311-1/+14
* Remove dead store in gnutls_x509_crt_list_import().Fabian Keil2009-08-311-1/+0
* Remove write-only variable tmp_size in _pkcs12_decode_safe_content().Fabian Keil2009-08-311-2/+1
* In print_extensions(), declare the *_idx variables as int instead of size_t.Fabian Keil2009-08-311-8/+8
* In print_extensions(), initialize *_idx variables once before entering the fo...Fabian Keil2009-08-311-8/+8
* In print_crq(), initialize challenge and extensions once before entering the ...Fabian Keil2009-08-311-2/+2
* In print_crl(), initialize aki_idx and crl_nr once before entering the for lo...Fabian Keil2009-08-311-2/+2
* Fix use of deprecated types, for now and the future.Simon Josefsson2009-08-281-3/+3
* Fix gnutls_datum usage.Simon Josefsson2009-08-281-1/+2
* Fix deprecated usage of gnutls_datum.Simon Josefsson2009-08-285-11/+11
* Fix compiler warning bugs for OpenWatcom.Dan Fandrich2009-08-281-1/+3
* Reduce stack usage.Simon Josefsson2009-08-201-31/+120
* (gnutls_x509_crt_import): Re-initialize the ASN.1 structure.Simon Josefsson2009-08-131-2/+20
* Check for NUL in SANs and replace accordingly.Simon Josefsson2009-08-071-2/+34
* Refuse to return DNs with embedded NULs which breaks other code.Simon Josefsson2009-08-071-0/+8
* Revert everything since last release, to allow minimal patch to be applied.Simon Josefsson2009-08-071-58/+15
* Simplify and fix mem leak.Simon Josefsson2009-08-041-3/+5
* Don't use fixed size buffer for strings.Simon Josefsson2009-08-041-12/+46
* GnuTLS vs. NULL chars in CNsTomas Hoger2009-08-041-3/+3
* Fix typo.Simon Josefsson2009-08-031-1/+1
* Fix crash.Simon Josefsson2009-08-031-6/+7
* do not allow null character in DN.Nikos Mavrogiannopoulos2009-07-261-1/+7
* Several bug fixes by Fabian Keil (some were modified by me).Nikos Mavrogiannopoulos2009-07-151-0/+5
* size_t and unsigned int fixes.Nikos Mavrogiannopoulos2009-07-131-8/+19
* Assume gmtime_r.Simon Josefsson2009-06-231-11/+6
* Fix off-by-one size computation that leads to truncated strings.Simon Josefsson2009-06-221-3/+4
* Fix PKCS#12 string to key function for 1/128 inputs.Simon Josefsson2009-06-101-3/+9
* Reduce stack size.Simon Josefsson2009-06-031-5/+24
* Fix malloc failure error strings.Simon Josefsson2009-06-031-12/+24
* (_gnutls_x509_oid_data2string): Return proper @res_size for NULL res.Simon Josefsson2009-06-031-16/+14
* Indent.Simon Josefsson2009-06-031-9/+6
* Doc fix.Simon Josefsson2009-06-031-0/+2
* Reduce stack usage.Simon Josefsson2009-06-031-13/+29
* Doc fix.Simon Josefsson2009-06-031-276/+266
* Simplify.Simon Josefsson2009-06-031-35/+23
* Reduce stack usage.Simon Josefsson2009-06-031-59/+68
* Reduce stack usage.Simon Josefsson2009-06-031-19/+29
* Fix uninitialized variable access.Simon Josefsson2009-06-031-1/+1
* Reduce stack frame usage.Simon Josefsson2009-06-031-5/+24
* Reduce stack usage.Simon Josefsson2009-06-031-15/+30
* Don't assert on expected errors.Simon Josefsson2009-06-021-1/+0
* Reduce stack usage.Simon Josefsson2009-06-011-4/+20
* Reduce stack usage. Fix build failure wrt variable names.Simon Josefsson2009-06-011-34/+55