| Added stud multi-instance init script. |
|
More...
|
over 14 years ago
|
| Added .gitignore file. |
|
More...
|
over 14 years ago
|
| Updated note about shmem/udp build. |
|
More...
|
over 14 years ago
|
| The dates they go up too. |
|
More...
|
over 14 years ago
|
| The numbers they go up! |
|
More...
|
over 14 years ago
|
| Check OpenSSL library version at runtime |
|
More...
|
over 14 years ago
|
| Merge pull request #61 from vincentbernat/feature/ecdhe |
|
More...
|
over 14 years ago
|
| Merge remote-tracking branch 'EmericBr/UpdateSHP' |
|
More...
|
over 14 years ago
|
| Merge pull request #59 from EmericBr/FIXcoreonhugcache |
|
More...
|
over 14 years ago
|
| Merge pull request #55 from EmericBr/FIXmemlk |
|
More...
|
over 14 years ago
|
| Merge pull request #56 from AlekSi/master |
|
More...
|
over 14 years ago
|
| Merge pull request #62 from jameslittle/master |
|
More...
|
over 14 years ago
|
| Merge pull request #53 from blovett/master |
|
More...
|
over 14 years ago
|
| Fix compilation via Makefile on Ubuntu 11.10 (and possibly others); GCC 4.6.1. |
|
More...
|
over 14 years ago
|
| Add support for ECDHE cipher suites. |
|
More...
|
over 14 years ago
|
| Fix segfault dur to huge cache. |
|
More...
|
over 14 years ago
|
| Fix cli flag parsing. |
|
More...
|
over 14 years ago
|
| Fix compilation on Mac OS X 10.6. |
|
More...
|
over 14 years ago
|
| Fix memory leak using shared cache: Openssl online documentation is not up to date: "The new_session_cb() is called," ... "If the callback returns 0, the session will be immediately removed again." |
|
More...
|
over 14 years ago
|
| there is no doc/ directory. |
|
More...
|
over 14 years ago
|
| Disable tls tickets using multiple host sharing session. |
|
More...
|
over 14 years ago
|
| Merge pull request #48 from EmericBr/b21242a3 |
|
More...
|
over 14 years ago
|
| Merge pull request #47 from vincentbernat/feature/disablereneg |
|
More...
|
over 14 years ago
|
| Merge pull request #43 from dpaneda/master |
|
More...
|
over 14 years ago
|
| Add multicast support for cache updates exchange |
|
More...
|
over 14 years ago
|
| Send and receive cache updates to/from remotes hosts on udp. |
|
More...
|
over 14 years ago
|
| Shared cache: add callback and function to receive/send cache updates from/to a remote host Note: Send call back provide encoded session into an aligned buffer large enougth to add a footer and send it directly to a peer using a sendto |
|
More...
|
over 14 years ago
|
| Compute openssl internal size from external cache size intsize = 123+extsize/8 |
|
More...
|
over 14 years ago
|
| Shared cache optimizations: Review code to do ASN1 stuff outside memory locks (increase performances arround 3%) Review algo to reuse the oldest deleted node or the less active one if none deleted Do not delete nodes from tree but only from active list. Review macros and add comments. |
|
More...
|
over 14 years ago
|
| Disable SSL renegotiation to fix CVE-2009-3555. |
|
More...
|
over 14 years ago
|