summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-1422-151/+656
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-141-3/+6
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-146-196/+232
* added flags to privkey_generate()Nikos Mavrogiannopoulos2003-03-131-1/+2
* unmap data and close the file descriptor after the mmap().Nikos Mavrogiannopoulos2003-03-131-2/+8
* *** empty log message ***gnutls_0_9_1Nikos Mavrogiannopoulos2003-03-121-2/+2
* Use mmap() if available to read files.Nikos Mavrogiannopoulos2003-03-122-42/+70
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-129-38/+104
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-121-1/+1
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-1215-45/+455
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-1117-506/+313
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-112-3/+3
* The fingerprint now accepts a pointer to an int instead of a ptr to a size_t.Nikos Mavrogiannopoulos2003-03-112-2/+3
* the documentation is now created on dist time.Nikos Mavrogiannopoulos2003-03-063-3/+2
* 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-0411-82/+71
* updated to the new libtasn1.Nikos Mavrogiannopoulos2003-03-046-76/+297
* 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