summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable (get rid of warning)martin2007-11-231-1/+0
* Not all compilers know the C99 standard yet.martin2007-11-231-3/+4
* Expose the SSL EVP interface to encrypt and decrypt arbitraryminfrin2007-11-212-0/+343
* Fix a spelling mistakeminfrin2007-11-171-1/+1
* Wrong function parameter list in the non-SSL casemartin2007-03-291-0/+1
* Remove the -1 return values from the openssl code.dreid2007-03-281-11/+16
* Explicity state what type of factory we are creating rather thandreid2007-03-282-2/+7
* Fix a potential segfault.dreid2007-02-141-3/+4
* Update license headers.jerenkrantz2007-01-154-24/+24
* Fix an error pointed out by Brad Nicholes when closingdreid2006-07-181-2/+1
* First cut at an implementation of Winsock SSL for the NetWare platform.bnicholes2006-07-121-0/+248
* Fix non-SSL build.dreid2006-06-241-2/+7
* - add echod and sockperf in ssl enabled versions for apr-utildreid2006-06-242-5/+14
* Add a function to change the requested poll events for an ssl socketdreid2006-06-231-9/+26
* Add basis of pollset support.dreid2006-06-231-0/+45
* - add apr_ssl_library_name()dreid2006-06-221-0/+10
* - trim some long linesdreid2006-06-222-7/+57
* Add stubs for ssl code when we're building sans SSL.dreid2006-06-212-8/+72
* - remove symbols with '_' as first characterdreid2006-06-203-23/+23
* First dump of some ssl sockets code. This follows the methodology of thedreid2006-06-203-0/+411