summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-2712-37/+150
* Added stuff needed to read PKCS #12 bag attributes.Nikos Mavrogiannopoulos2003-06-275-6/+108
* Added ability to write Bag attributes LocalKeyId and friendlyName, in order f...Nikos Mavrogiannopoulos2003-06-277-65/+294
* some cleanups.Nikos Mavrogiannopoulos2003-06-265-7/+13
* added new Fabio's fixes.Nikos Mavrogiannopoulos2003-06-262-33/+192
* PKCS #12 generation, finaly can interoperate with openssl even in the encrypt...Nikos Mavrogiannopoulos2003-06-262-10/+29
* Some more improvements in the PKCS #12 part. Now it interoperates with openss...Nikos Mavrogiannopoulos2003-06-266-29/+254
* Several more additions to PKCS #12 to allow encrypting bags. Still not intero...Nikos Mavrogiannopoulos2003-06-2610-171/+575
* More PKCS #12 additions. Now the code can generate PKCS #12 files. Also added...Nikos Mavrogiannopoulos2003-06-2518-41/+543
* Passwords in PKCS5 and PKCS12 are now restricted to ASCII ones.Nikos Mavrogiannopoulos2003-06-247-9/+41
* Some changes in PKCS12 to allow a bag to hold more than one elements.Nikos Mavrogiannopoulos2003-06-244-31/+100
* some pkcs12 improvements.Nikos Mavrogiannopoulos2003-06-236-39/+86
* Some additions to allow decrypting PKCS #5 encrypted data, with PKCS #12 sche...Nikos Mavrogiannopoulos2003-06-229-356/+886
* Some improvements in PKCS12 parser. Now it can extract private keys from the ...Nikos Mavrogiannopoulos2003-06-2211-137/+288
* added the most compatible ciphers in default priorities.Nikos Mavrogiannopoulos2003-06-101-16/+16
* *** empty log message ***Nikos Mavrogiannopoulos2003-06-036-7/+9
* Corrected a bug in the record layer buffering, which affectedNikos Mavrogiannopoulos2003-05-281-6/+15
* *** empty log message ***Nikos Mavrogiannopoulos2003-05-213-10/+10
* some more stuff about PKCS12. Still on early stage and incomplete.Nikos Mavrogiannopoulos2003-05-167-24/+493
* *** empty log message ***Nikos Mavrogiannopoulos2003-05-122-28/+126
* *** empty log message ***Nikos Mavrogiannopoulos2003-05-081-6/+0
* Several fixes in several places. Patch by Sean Gao <sean.gao@sun.com>.Nikos Mavrogiannopoulos2003-05-087-34/+111
* Corrections in the TLS layer openpgp certificate packet parser.Nikos Mavrogiannopoulos2003-05-031-49/+52
* * Added gnutls_x509_privkey_get_key_id() and gnutls_x509_crt_get_key_id()Nikos Mavrogiannopoulos2003-04-184-1/+321
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-161-0/+5
* The PEM header for certificate requests is now BEGIN NEW CERTIFICATE REQUEST.Nikos Mavrogiannopoulos2003-04-161-3/+3
* Renamed all of the PKCS #xx stuff names, to pkcs-x-name.Nikos Mavrogiannopoulos2003-04-168-113/+113
* *** empty log message ***Nikos Mavrogiannopoulos2003-04-165-56/+57
* added definitions for pkcs12Nikos Mavrogiannopoulos2003-04-162-16/+210
* Corrected bug in server_name extension which made the client to send the wron...Nikos Mavrogiannopoulos2003-04-141-7/+10
* Increased the default DH bits limit.Nikos Mavrogiannopoulos2003-04-141-1/+1
* 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-0114-275/+356
* *** 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-014-114/+105
* More fixes to eliminate constants.Nikos Mavrogiannopoulos2003-03-314-20/+89
* Eliminated the need for a hard coded max MPI parameter size.Nikos Mavrogiannopoulos2003-03-318-75/+72
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-291-143/+0
* Some fixes in the gnutls_x509_crt_to_xml() function.Nikos Mavrogiannopoulos2003-03-292-21/+37
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-292-5/+4
* some cleanups.Nikos Mavrogiannopoulos2003-03-281-11/+7
* Several improvments in the PKCS #7 handling. Added capability to delete certi...Nikos Mavrogiannopoulos2003-03-284-190/+408
* several cleanups.Nikos Mavrogiannopoulos2003-03-288-136/+141
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-272-3/+3
* Several fixes to allow exporting the PKCS #7 structures.Nikos Mavrogiannopoulos2003-03-266-28/+30
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-262-55/+26
* Some improvements in the version detection in the client hello.Nikos Mavrogiannopoulos2003-03-263-14/+2
* Added functionality to generate PKCS #7 structures. Currently only certificatesNikos Mavrogiannopoulos2003-03-266-10/+288
* Added bogus TLS record version check in the gnutls-cli-debug tool.Nikos Mavrogiannopoulos2003-03-2611-59/+152
* Several GNUTLS_E_UNIMPLEMENTED_FEATURE errors were replaced with meaningful e...Nikos Mavrogiannopoulos2003-03-2514-37/+51