summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Doc fix.Simon Josefsson2004-10-302-4/+4
* Build x509 files inside x509/, to avoid scattering *.o and *.lo for everySimon Josefsson2004-10-291-10/+10
* Indent.Simon Josefsson2004-10-2830-1241/+1387
* Make it compile.Simon Josefsson2004-10-271-2/+2
* allow for NULL and empty passwords in pkcs12 string to keyNikos Mavrogiannopoulos2004-10-271-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-271-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-272-8/+6
* print teletex strings if they contain only ASCII characters.Nikos Mavrogiannopoulos2004-10-201-2/+16
* corrected bug in _gnutls_x509_get_dn_oid().Nikos Mavrogiannopoulos2004-10-171-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-10-131-7/+5
* print the hex value of the name in certificates with unknown character sets.Nikos Mavrogiannopoulos2004-10-134-860/+871
* some fixesNikos Mavrogiannopoulos2004-10-131-2/+1
* Increased the precision in ASN.1 time to seconds from minutes.Nikos Mavrogiannopoulos2004-10-121-9/+29
* Fix mem leak (tiny patch). From Simon PosnjakSimon Josefsson2004-08-311-0/+2
* Fix prototypes. (Unfinished, there should be a tool to do this...)Simon Josefsson2004-08-252-5/+5
* Remove pkcs5.Simon Josefsson2004-08-211-2/+2
* Replace PKCS5 with GC.Simon Josefsson2004-08-213-278/+6
* Corrected a memory leak. Patch got from debian bug report logs.Nikos Mavrogiannopoulos2004-08-211-0/+4
* corrected bug with generalTime ASN.1 encoding.Nikos Mavrogiannopoulos2004-08-211-1/+1
* Fix.Simon Josefsson2004-08-211-3/+2
* Use gc.Simon Josefsson2004-08-211-23/+29
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-175-5/+5
* Remove *.tex stuff.Simon Josefsson2004-08-051-5/+3
* *** empty log message ***Simon Josefsson2004-08-051-0/+1
* Build x509-api.texi.Simon Josefsson2004-08-051-8/+11
* avoid using libtool's convenience libraries since they are buggy and cause co...Nikos Mavrogiannopoulos2004-07-251-10/+6
* eliminated some memory leaks. Reported by Yoann Vandoorselaere <yoann@prelude...Nikos Mavrogiannopoulos2004-07-091-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-021-1/+1
* * Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-242-15/+21
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-1330-743/+737
* added an improved verification example.Nikos Mavrogiannopoulos2004-06-124-65/+53
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-0722-10767/+11125
* *** empty log message ***Nikos Mavrogiannopoulos2004-06-061-1/+0
* several improvementsNikos Mavrogiannopoulos2004-06-061-1/+5
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-052-4/+4
* Added the functions gnutls_x509_crt_get_pk_rsa_raw() andNikos Mavrogiannopoulos2004-06-0512-158/+237
* some libtasn1 related compilation fixesNikos Mavrogiannopoulos2004-05-271-7/+1
* removed gnutls_const_datum type.Nikos Mavrogiannopoulos2004-05-131-1/+1
* Some updates in order to compile with tcc.Nikos Mavrogiannopoulos2004-04-151-1/+2
* minor bugfixes.Nikos Mavrogiannopoulos2004-04-141-0/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-142-10/+6
* The RC2 cipher is no more included. The one in libgcrypt is now used.Nikos Mavrogiannopoulos2004-04-143-392/+2
* updated the extensions handling.Nikos Mavrogiannopoulos2004-04-143-85/+115
* - Added support for authority key identifier X.509 extensionNikos Mavrogiannopoulos2004-04-144-86/+465
* Optimized (a bit) the rsa_parameter copying. I don't like it.Nikos Mavrogiannopoulos2004-04-072-37/+78
* * Added functions gnutls_rsa_params_cpy(), gnutls_dh_params_cpy()Nikos Mavrogiannopoulos2004-03-132-0/+46
* Corrected the return values of gnutls_x509_crt_check_hostname().Nikos Mavrogiannopoulos2004-02-222-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-161-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-131-1/+1
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-067-28/+28