summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * Implemented the counter measure discussed in the paper "AttackingNikos Mavrogiannopoulos2003-03-201-19/+36
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-201-18/+19
* changes for 0.8.4 release.gnutls_0_8_4Nikos Mavrogiannopoulos2003-03-101-17/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-061-1/+0
* Corrected a broken buffer check in _gnutls_io_read_buffered()Nikos Mavrogiannopoulos2003-03-061-3/+10
* Corrected a bug in 64 bit architectures, which affected theNikos Mavrogiannopoulos2003-03-045-78/+22
* Added protection against the new TLS 1.0 record layer timing attack.Nikos Mavrogiannopoulos2003-03-032-6/+14
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-036-11/+37
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-275-5/+35
* some fixes in makefiles.Nikos Mavrogiannopoulos2003-02-221-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-214-4/+5
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-201-2/+5
* some fixes in types.Nikos Mavrogiannopoulos2003-02-183-5/+12
* The client certificate selection callback is no longer called twice. It is ca...Nikos Mavrogiannopoulos2003-02-182-33/+10
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-163-10/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-14/+11
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-161-0/+4
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-169-242/+640
* Added a primitive function to load a file into memory, so that no certificate...Nikos Mavrogiannopoulos2003-02-153-54/+106
* Null, as the data value, is now an acceptable value in functions that may ret...Nikos Mavrogiannopoulos2003-02-155-14/+23
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-1/+1
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-146-21/+37
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-1427-357/+550
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-145-84/+3
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-3/+7
* Added option to allow an X.509 server not to send the trusted CA list to the ...Nikos Mavrogiannopoulos2003-02-134-9/+35
* Added test which prints the Diffie Hellman prime bits used.Nikos Mavrogiannopoulos2003-02-121-1/+1
* Added some private key handling functions. They are primitive enough for now.Nikos Mavrogiannopoulos2003-02-1214-65/+246
* gnutls_x509_certificate_* were renamed gnutls_x509_crt_*.Nikos Mavrogiannopoulos2003-02-1222-303/+303
* added gnutls_x509_certificate_get_fingerprint(). Untested yet.Nikos Mavrogiannopoulos2003-02-124-4/+59
* renamed gnutls_x509_fingerprint to gnutls_fingerprint.Nikos Mavrogiannopoulos2003-02-1010-58/+21
* fixes in pkcs3 DH parameter generation.Nikos Mavrogiannopoulos2003-02-091-2/+3
* Several internal changes to use the new certificate API. CRL support is compl...Nikos Mavrogiannopoulos2003-02-0924-1690/+991
* Certificate revocation support is almost complete.Nikos Mavrogiannopoulos2003-02-0810-140/+299
* added a crl verification function (untested yet).Nikos Mavrogiannopoulos2003-02-088-87/+408
* Added some new certificate verification functions.Nikos Mavrogiannopoulos2003-02-0818-372/+946
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-082-3/+55
* removed the raw part in the gnutls_privkey internal structure..Nikos Mavrogiannopoulos2003-02-074-26/+2
* Criticality of an X.509 extension can now be extracted.Nikos Mavrogiannopoulos2003-02-076-19/+33
* Added function to extract the key usage extension from an X.509 certificate, ...Nikos Mavrogiannopoulos2003-02-075-112/+307
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-071-1/+1
* More stuff for the new certificate API.Nikos Mavrogiannopoulos2003-02-0710-41/+130
* The old certificate parsing API was reimplemented over the new one. It will s...Nikos Mavrogiannopoulos2003-02-078-1097/+679
* Added the new PKCS7 parsing functions.Nikos Mavrogiannopoulos2003-02-078-10/+407
* Added the new certificate handling functions.Nikos Mavrogiannopoulos2003-02-072-0/+795
* Added the new certificate handling functions.Nikos Mavrogiannopoulos2003-02-079-52/+61
* More improvements in the CRL support, and the X.509 backend. Added a function...Nikos Mavrogiannopoulos2003-02-0711-450/+711
* CRL parsing support is almost complete.Nikos Mavrogiannopoulos2003-02-065-38/+261
* Several fixes and improvements in CRL support.Nikos Mavrogiannopoulos2003-02-0611-112/+175
* Added preliminary CRL support. This will be under the new X.509 API. Other x5...Nikos Mavrogiannopoulos2003-02-058-6/+457