summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* some prototype fixes.gnutls_0_9_5Nikos Mavrogiannopoulos2003-04-061-0/+5
* Added the --disable-extra-pki configure option, which disables all extra PKI ...Nikos Mavrogiannopoulos2003-04-0112-252/+320
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-012-26/+40
* several bug fixes in the certificate parsing, and some in the asn1 parser.Nikos Mavrogiannopoulos2003-04-012-110/+100
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-312-12/+69
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-313-29/+11
* Some fixes in the gnutls_x509_crt_to_xml() function.Nikos Mavrogiannopoulos2003-03-292-21/+37
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-291-2/+2
* Several improvments in the PKCS #7 handling. Added capability to delete certi...Nikos Mavrogiannopoulos2003-03-282-188/+404
* several cleanups.Nikos Mavrogiannopoulos2003-03-285-130/+130
* Several fixes to allow exporting the PKCS #7 structures.Nikos Mavrogiannopoulos2003-03-262-1/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-262-55/+26
* Added functionality to generate PKCS #7 structures. Currently only certificatesNikos Mavrogiannopoulos2003-03-264-10/+286
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-258-10/+13
* last changes for 0.9.3 release.gnutls_0_9_3Nikos Mavrogiannopoulos2003-03-241-7/+5
* reduced the FIXMEs.Nikos Mavrogiannopoulos2003-03-233-29/+17
* Allow for unencrypted PKCS #8 private keys.Nikos Mavrogiannopoulos2003-03-232-40/+81
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-231-6/+3
* Some cleanups.Nikos Mavrogiannopoulos2003-03-234-57/+46
* * Added support for encoding and decoding PKCS #8 2.0 encryptedNikos Mavrogiannopoulos2003-03-233-20/+606
* the idea of using a separate library for x509 stuff was dropped for now.Nikos Mavrogiannopoulos2003-03-221-5/+5
* * Added the new functions: gnutls_certificate_set_x509_key()Nikos Mavrogiannopoulos2003-03-223-2/+160
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-213-1/+36
* Added ability to import PKCS8 encrypted keys.Nikos Mavrogiannopoulos2003-03-218-16/+893
* * The diffie Hellman ciphersuites are now of higher priority thanNikos Mavrogiannopoulos2003-03-201-4/+5
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-192-2/+2
* some of the extra X.509 functionality was moved to libgnutls-x509 library.Nikos Mavrogiannopoulos2003-03-181-5/+13
* better use of asn1_der_coding() to avoid using static buffers.Nikos Mavrogiannopoulos2003-03-176-13/+46
* MD2 support was dropped this is an algorithm we cannot use.Nikos Mavrogiannopoulos2003-03-173-9/+2
* some cleanups.Nikos Mavrogiannopoulos2003-03-174-22/+33
* Added gnutls_x509_crq_get_challenge_password().Nikos Mavrogiannopoulos2003-03-152-1/+160
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-152-4/+3
* Added support for PKCS#10 certificate requests generation.Nikos Mavrogiannopoulos2003-03-156-29/+209
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-141-2/+0
* several other additions and fixes for the certificate request stuff.Nikos Mavrogiannopoulos2003-03-149-3/+373
* Added some stuff needed in PKCS#10 certificate request generation. Some other...Nikos Mavrogiannopoulos2003-03-1411-113/+573
* The RSA parameters handling functions, are now implemented using the rsa priv...Nikos Mavrogiannopoulos2003-03-142-2/+211
* added flags to privkey_generate()Nikos Mavrogiannopoulos2003-03-131-1/+2
* * Added an strnstr() function and the requirement in some functions toNikos Mavrogiannopoulos2003-03-123-5/+3
* * Added ability to generate RSA keys.Nikos Mavrogiannopoulos2003-03-124-13/+356
* some improvements in the private key handling api. It is now used internally.Nikos Mavrogiannopoulos2003-03-112-27/+269
* the documentation is now created on dist time.Nikos Mavrogiannopoulos2003-03-061-1/+1
* Added a flag to allow signing by v1 X.509 certificates. Also added a function...Nikos Mavrogiannopoulos2003-03-032-4/+11
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-2/+4
* The RSA and DH parameter handling has been updated.Nikos Mavrogiannopoulos2003-02-161-1/+0
* Added a primitive function to load a file into memory, so that no certificate...Nikos Mavrogiannopoulos2003-02-151-1/+0
* Null, as the data value, is now an acceptable value in functions that may ret...Nikos Mavrogiannopoulos2003-02-154-8/+15
* Corrected bugs in gnutls_x509_rdn_get(). Added a test to print the server's t...Nikos Mavrogiannopoulos2003-02-142-9/+20
* ported to libtasn1 0.2.x. Also the included minitasn1 was replaced by the 0.2...Nikos Mavrogiannopoulos2003-02-1411-154/+141
* gnutls_const_datum was removed from exported types, for the time being.Nikos Mavrogiannopoulos2003-02-143-78/+2