summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-061-1/+1
|
* some documentation fixes.Nikos Mavrogiannopoulos2002-07-062-12/+21
|
* get rid of some warnings during buildAndrew McDonald2002-07-062-5/+19
|
* Minor fixes for the OpenPGP code.Timo Schulz2002-07-062-138/+146
|
* yet more functions, and some fixesAndrew McDonald2002-07-052-15/+147
|
* some more functions implementedAndrew McDonald2002-07-052-8/+168
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-054-1/+15
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-052-5/+4
|
* Added defines for old function names.Nikos Mavrogiannopoulos2002-07-053-0/+10
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-052-5/+4
|
* Fixed stub for xml keys. Added support for the new string functionsNikos Mavrogiannopoulos2002-07-051-88/+194
| | | | in xml key generation.
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-041-4/+4
|
* updated the parameters of srpcrypt program. Other minor changes in included ↵Nikos Mavrogiannopoulos2002-07-045-53/+93
| | | | programs.
* Corrected bug in the mpi extraction function from X.509 certificates ↵Nikos Mavrogiannopoulos2002-07-041-3/+4
| | | | (affects DSA certificates).
* *** empty log message ***Nikos Mavrogiannopoulos2002-07-031-0/+21
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-303-6/+5
|
* Made the xml convertion functions more mnemonic. Several other fixes in the ↵Nikos Mavrogiannopoulos2002-06-309-22/+13
| | | | core library.
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-3022-56/+64
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-291-0/+16
|
* Better organization of cert2gnutls_cert function.Nikos Mavrogiannopoulos2002-06-292-41/+60
|
* Now certificate decoding makes use of partial DER decoding of the libtasn1 ↵Nikos Mavrogiannopoulos2002-06-286-58/+93
| | | | library. It speedups a bit the handshake in client side, which needs to decode the certificate, in order to read the public key parameters.
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-261-0/+12
|
* Improved XML output.Nikos Mavrogiannopoulos2002-06-251-0/+51
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-241-0/+4
|
* fix SSL_CIPHER_get_bits to return key size in bits rather than bytesAndrew McDonald2002-06-241-1/+1
|
* Depends on opencdk 0.2.0Nikos Mavrogiannopoulos2002-06-231-2/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-233-4/+3
|
* Changes for the new OpenCDK version.Timo Schulz2002-06-231-25/+25
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-0/+47
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-1/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-221-1/+0
|
* The TLS handshake no longer fails if the X.509 extensions in the Certificate ↵Nikos Mavrogiannopoulos2002-06-2211-28/+44
| | | | are critical and unsupported. The unsupported critical extensions are now only catched by the verification functions.
* Added new string functions to handle the XML string stuff.Nikos Mavrogiannopoulos2002-06-223-5/+132
|
* Renamed credential allocation functions from *_sc() to *_cred().Nikos Mavrogiannopoulos2002-06-2220-72/+102
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-222-497/+1
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-2219-358/+45
|
* Installed headers moved to includes/ directory.Nikos Mavrogiannopoulos2002-06-225-0/+818
|
* changes to way SSL_CIPHER allocation is handledAndrew McDonald2002-06-212-24/+45
| | | | make use of option SSL_OP_NO_TLSv1
* use gnutls_cipher_get_key_size() in SSL_CIPHER_get_bits()Andrew McDonald2002-06-211-18/+1
|
* make arrays for priority information in SSL_METHOD statically allocatedAndrew McDonald2002-06-212-23/+14
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-211-46/+35
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-213-25/+120
|
* corrected countryNameNikos Mavrogiannopoulos2002-06-211-5/+2
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-214-10/+58
|
* changed <gnutls.h> with <gnutls/gnutls.h>Nikos Mavrogiannopoulos2002-06-212-2/+2
|
* Exported gnutls_cipher_get_key_size(). Better name printing for MAC algorithms.Nikos Mavrogiannopoulos2002-06-215-10/+28
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-206-9/+10
|
* New install directory for headers is /gnutlsNikos Mavrogiannopoulos2002-06-2010-13/+14
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-201-4/+0
|
* *** empty log message ***Nikos Mavrogiannopoulos2002-06-202-85/+148
|