summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-161-0/+6
* Fixed description of gnutls_x509_extract_certificate_subject_alt_name().Nikos Mavrogiannopoulos2002-04-141-2/+2
* Some modifications for the new OpenCDK code.Timo Schulz2002-04-131-8/+8
* better doc (internal) for _gnutls_int2str()Nikos Mavrogiannopoulos2002-04-122-4/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-102-2/+3
* Added function which disables the version check in the RSA premaster secret -...Nikos Mavrogiannopoulos2002-04-103-7/+34
* separated asn1 parser library and tls library documentationNikos Mavrogiannopoulos2002-04-081-2/+0
* changes for 0.4.1gnutls_0_4_1Nikos Mavrogiannopoulos2002-04-081-1/+2
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-061-0/+3
* fixed case where a certificate could be both invalid and trusted.Nikos Mavrogiannopoulos2002-04-061-3/+9
* Improved X.509 time convertion functionsNikos Mavrogiannopoulos2002-04-044-184/+187
* GNUTLS_E_UNIX_TIME_LIMIT_REACHED error code was removedNikos Mavrogiannopoulos2002-04-043-11/+0
* Added kludge in order to work with dates over 2036Nikos Mavrogiannopoulos2002-04-041-0/+12
* GNUTLS_CERT_EXPIRED is no longer returned by verification functions. Added fu...Nikos Mavrogiannopoulos2002-04-049-63/+119
* Replaced mktime() with mktime_utc(). This corrects a bug withNikos Mavrogiannopoulos2002-04-042-92/+181
* merged changes from gnutls_0_4_with_alloca.Nikos Mavrogiannopoulos2002-04-039-144/+171
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-031-7/+0
* Optimized RSA signature calculationNikos Mavrogiannopoulos2002-04-032-27/+72
* *** empty log message ***Nikos Mavrogiannopoulos2002-04-022-6/+2
* *** empty log message ***gnutls_0_4_0Nikos Mavrogiannopoulos2002-04-011-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-312-4/+5
* Error codes of ASN.1 parser are now independent, with a map toNikos Mavrogiannopoulos2002-03-3112-101/+136
* cleanupsNikos Mavrogiannopoulos2002-03-311-46/+40
* Added the text for gnutls_openpgp_extract_key_pk_algorithm.Nikos Mavrogiannopoulos2002-03-301-2/+18
* Removed the CRL list parameter from gnutls_certificate_set_x509_trust_*.Nikos Mavrogiannopoulos2002-03-302-9/+7
* gnutls_certificate_set_x509_trust_*() now accept single DER certificatesNikos Mavrogiannopoulos2002-03-301-3/+3
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-1/+3
* Added ability to read DSA DER formatted keys, and corrected bugs inNikos Mavrogiannopoulos2002-03-293-72/+109
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-291-17/+16
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-2918-197/+197
* removed unneeded functionsNikos Mavrogiannopoulos2002-03-299-96/+16
* Some cleanups in the certificate authentication. Parameters areNikos Mavrogiannopoulos2002-03-297-96/+92
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-1/+7
* Cleaned up the return values of several functions.Nikos Mavrogiannopoulos2002-03-282-24/+39
* Optimized RSA decryption. (Very) Much faster nowNikos Mavrogiannopoulos2002-03-284-70/+204
* read PKCS7 certificate chains in the reverse order.Nikos Mavrogiannopoulos2002-03-281-16/+139
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-0/+3
* add asn1_number_of_elements functionFabio Fiorina2002-03-262-0/+41
* fix bug in asn1_get_start_end_der functionFabio Fiorina2002-03-261-3/+4
* changed semantics of gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-261-33/+5
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-261-1/+1
* Several optimizationsNikos Mavrogiannopoulos2002-03-265-23/+37
* Now the pk algorithm is returned and not only the key size in bits.Timo Schulz2002-03-261-1/+9
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-263-7/+7
* Function which is used to extract key parameters for openpgp keys.Timo Schulz2002-03-262-0/+28
* added gnutls_x509_extract_certificate_pk_algorithm()Nikos Mavrogiannopoulos2002-03-266-30/+176
* Improved PKCS7 supportNikos Mavrogiannopoulos2002-03-253-171/+154
* Added function which reads the DER encoded certificate and key.Nikos Mavrogiannopoulos2002-03-242-41/+152
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-2413-157/+427