Bryan Drewery
|
3209392364
* No longer need to define these headers
|
14 лет назад |
Bryan Drewery
|
1d6e5068d8
* Refactor OpenSSL into openssl.{c,h} and load on startup
|
15 лет назад |
Bryan Drewery
|
2c136155d8
* Cleanup libcrypto on exit as well
|
15 лет назад |
Bryan Drewery
|
d4e82aa30b
* Free ERR strings when unloading libcrypto as it's part of that lib
|
15 лет назад |
Bryan Drewery
|
61877f9f0e
* Undefine real headers/symbols and define our own to avoid redeclaration errors
|
15 лет назад |
Bryan Drewery
|
d906f930a4
* Update symbols to match latest API
|
15 лет назад |
Bryan Drewery
|
fe5e2c3042
* Create actual symbols instead of just redefining, so external libraries will link properly
|
15 лет назад |
Bryan Drewery
|
7e7beb9566
* Only initialize the prime and generator once
|
15 лет назад |
Bryan Drewery
|
773b1876d1
* Add DH/BN symbols from libcrypto
|
15 лет назад |
Bryan Drewery
|
090e38077a
* Add DH1080 helper functions from various FiSH source code (mostly ZNC)
|
15 лет назад |
Bryan Drewery
|
0bc04fb643
* Link libcrypto in at runtime to avoid mismatched libcrypto/libssl
|
15 лет назад |