summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Collapse)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
| | | | file in x509/ in lib/.
* 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
| | | | In certificate names disallow non UTF8 strings such as UCS-2 and UCS-4.
* Fix mem leak (tiny patch). From Simon PosnjakSimon Josefsson2004-08-311-0/+2
| | | | <simon.posnjak@cetrtapot.si>.
* 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
| | | | Reported by Modestas Vainius <geromanas@mailas.com>.
* 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 ↵Nikos Mavrogiannopoulos2004-07-251-10/+6
| | | | conflicts in linking.
* eliminated some memory leaks. Reported by Yoann Vandoorselaere ↵Nikos Mavrogiannopoulos2004-07-091-1/+1
| | | | <yoann@prelude-ids.org>.
* *** empty log message ***Nikos Mavrogiannopoulos2004-07-021-1/+1
|
* * Corrected a bug in certificate verification. Pointed out byNikos Mavrogiannopoulos2004-06-242-15/+21
| | | | | | Yoann Vandoorselaere <yoann@prelude-ids.org> * Added the GNUTLS_VERIFY_DO_NOT_ALLOW_SAME flags to the verification functions.
* 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
| | | | gnutls_x509_crt_get_pk_dsa_raw() to retrieve parameters from certificates.
* 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
| | | | | field. - Added support for the extended key usage X.509 extension field.
* 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
| | | | and gnutls_x509_privkey_cpy().
* 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
|