aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https
Commit message (Collapse)AuthorAge
* use MHD_config.hChristian Grothoff2008-08-27
|
* fixChristian Grothoff2008-08-26
|
* fikxing 1417Christian Grothoff2008-08-25
|
* simplifyChristian Grothoff2008-08-24
|
* xChristian Grothoff2008-08-24
|
* deadChristian Grothoff2008-08-24
|
* deadChristian Grothoff2008-08-24
|
* removing dead codeChristian Grothoff2008-08-24
|
* typoChristian Grothoff2008-08-24
|
* handle null case gracefullyChristian Grothoff2008-08-24
|
* cert maybe NULL, check in correct orderChristian Grothoff2008-08-24
|
* uselessChristian Grothoff2008-08-24
|
* cleanupChristian Grothoff2008-08-24
|
* cleanupChristian Grothoff2008-08-24
|
* leaksChristian Grothoff2008-08-24
|
* leaksChristian Grothoff2008-08-24
|
* cleanupChristian Grothoff2008-08-24
|
* docuChristian Grothoff2008-08-24
|
* indentingChristian Grothoff2008-08-24
|
* renaming enums to have MHD_ prefix always, removing a few redundant valuesChristian Grothoff2008-08-24
|
* removing more -- hopefully all -- openpgp related codeChristian Grothoff2008-08-24
|
* removing dead stuffChristian Grothoff2008-08-24
|
* bind option uses sockaddr - [ ! MHD_USE_IPv6 should be removed in favor of a ↵lv-4262008-08-14
| | | | | | | generic addrlen argument ] openpgp support currently disabled
* TLS client side code builds builds according to added MHD_DEBUG_TLS ↵lv-4262008-08-12
| | | | configuration option
* added MHD_OPTION_IP_ADDRlv-4262008-08-11
|
* gnutls code cleanuplv-4262008-08-11
| | | | symbol refactoring
* temporary IP binding option added to MHD_daemon_start_valv-4262008-08-09
| | | | | | | | added support for initiating the daemon in anonymous authentication mode DH parameter initiation when using anonymous authentication added daemon credential type field added daemon option testing flexibility removed db support
* added MHD_daemon_start_valv-4262008-08-02
| | | | | better daemon option testing through tls_option_test other misc fixes
* added debug state dictionarylv-4262008-07-29
| | | | | added secure connection request termination codes secure connections start at MHD_TLS_CONNECTION_INIT
* 'microhttps.h' mergelv-4262008-07-26
| | | | | gnutls version added to configure.ac to enable assersion before running curl tests GNUTLS symbol renaming
* fixing z/OS build issuesChristian Grothoff2008-07-20
|
* configure.ac: libgcrypt required for HTTPS supportlv-4262008-07-20
| | | | | some makefile issues all cURL tests set to use SSLv3 [temporary]
* fixed some memory leakslv-4262008-07-18
| | | | removed includes dir
* implemented MHD_get_session_infolv-4262008-07-16
|
* added authentication testlv-4262008-07-14
| | | | | simplified makefiles support for OpenPGP disabled build
* simplified write / idle handlerslv-4262008-07-10
| | | | SSL/TLS connection states merged into HTTP states
* added KX_PRIORITY option testlv-4262008-07-09
| | | | added CIPHER_ALGORITHM option test
* tests fixlv-4262008-07-08
|
* added microhttpsd.hlv-4262008-07-08
| | | | | added multi_daemon_test some macro cleanup
* formatinglv-4262008-07-07
|
* migrated code to connection_httpslv-4262008-07-07
| | | | | | | | fixed gcrypt lib initialization to support mt removed some gnutls psk code added CIPHER_ALGORITHM & KX_PRIORITY options added certificate loading test added TLS GET test
* partial support for users to query SSL/TLS sessions for negotiated settingslv-4262008-07-05
| | | | | | added querying test removed SSLv2 code
* - switched to hard coded certificateslv-4262008-07-02
|
* - gnutls alert handlinglv-4262008-06-29
| | | | | | - simplified HTTPS example use - added alert level to tls-session structs - some gnutls removed code
* initial GNU TLS import - this should reduce in size considerablelv-4262008-06-22