aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update support timelinesJack Lloyd2020-09-261-2/+2
* Update newsJack Lloyd2020-09-251-0/+6
* Merge GH #2405 Update Travis configurationJack Lloyd2020-09-251-9/+9
|\
| * Travis config updatesJack Lloyd2020-09-251-9/+9
* | Merge GH #2404 Support suffixes on release version numbersJack Lloyd2020-09-256-38/+97
|\ \
| * | Support suffixes on version numbersJack Lloyd2020-09-256-38/+97
| |/
* | Merge GH #2401 Support OCSP on a non-standard portJack Lloyd2020-09-251-2/+15
|\ \
| * | Updated HTTP Utils so that OCSP responder URLs that contain a non standard po...Jelle van Geel2020-09-171-2/+15
* | | Merge GH #2385 Support Solaris sandboxJack Lloyd2020-09-252-0/+42
|\ \ \
| * | | using smart ptr over raw C workflow.David Carlier2020-07-081-42/+29
| * | | solaris/illumos build update and cli sandbox support proposal.David Carlier2020-07-082-0/+55
* | | | Update newsJack Lloyd2020-09-251-2/+11
| |_|/ |/| |
* | | Merge GH #2403 Ensure arg to add_entropy_T is PODJack Lloyd2020-09-221-0/+2
|\ \ \ | |_|/ |/| |
| * | The add_entropy_T function only works with POD - check thisJack Lloyd2020-09-211-0/+2
|/ /
* | Merge GH #2399 Refactor Stateful_RNG and add a lockJack Lloyd2020-09-1511-160/+196
|\ \
| * | Remove deprecation macro from Serialized_RNGJack Lloyd2020-09-141-1/+5
| * | Remove use of Serialized_RNG in FFI and testsJack Lloyd2020-09-122-15/+1
| * | Refactor Stateful_RNG and add a lockJack Lloyd2020-09-129-146/+192
|/ /
* | Avoid C++ comment in compiler.hJack Lloyd2020-09-101-1/+1
* | Merge GH #2396 Fix compliation error on Windows with threads disabledJack Lloyd2020-09-081-0/+2
|\ \
| * | fix "string is not a member of std" error on windows compilation without threadsIbrahim Soliman Mohamed Soliman2020-08-241-0/+2
|/ /
* | Fix swapped comments in sym_algo.hJack Lloyd2020-08-211-2/+2
* | Tick versionJack Lloyd2020-08-122-1/+12
* | Merge GH #2392 Fix bugs in GCM and EAXJack Lloyd2020-08-122-6/+4
|\ \ | |/ |/|
| * Fix memory leak in GCM constructorJack Lloyd2020-08-111-5/+3
| * Don't allow requesting EAX have 0 length tagJack Lloyd2020-08-111-1/+1
|/
* Update for 2.15.0 release2.15.0Jack Lloyd2020-07-072-4/+4
* Update newsJack Lloyd2020-07-052-0/+37
* Merge GH #2380 Remove some duplicated Certstore logicJack Lloyd2020-07-055-26/+24
|\
| * Remove some duplicated logic for Certstore find_certJack Lloyd2020-06-305-26/+24
|/
* Merge GH #2381 Revamp MacOS certificate storeJack Lloyd2020-06-301-169/+173
|\
| * update copyright noticeRené Meusel2020-06-291-1/+1
| * DocumentationRené Meusel2020-06-291-4/+9
| * Refactor: general code cleanups and refinementsRené Meusel2020-06-291-125/+62
| * make use of kSecMatchLimit where appropriateRené Meusel2020-06-291-32/+64
| * Refactor: improve encapsulation of search query construction and result conve...René Meusel2020-06-291-59/+81
| * Refactor: move certificate parsing into helper functionRené Meusel2020-06-291-50/+58
|/
* Merge GH #2379 Fix handling for duplicated certs in Mac cert storeJack Lloyd2020-06-261-5/+1
|\
| * FIX: handle duplicated root certs more gracefulRené Meusel2020-06-261-5/+1
|/
* Merge GH #2376 Fix for CMake using build directoryJack Lloyd2020-06-222-1/+3
|\
| * Fix hardcoded COMPILER_INCLUDE_DIRSPetrJarosik2020-06-221-1/+1
| * Extend 'variables' with 'compiler_include_dirs'PetrJarosik2020-06-221-0/+2
|/
* Stop fixing version of codecov installJack Lloyd2020-06-191-1/+1
* Add a warning when building amalgamation with shared library flags setJack Lloyd2020-06-191-0/+6
* Merge GH #2371 Fix memory leak in CommonCrypto block cipherJack Lloyd2020-06-191-0/+13
|\
| * Fix memory leakRichard Huveneers2020-06-181-0/+13
|/
* Disable S390 build as it seems to be broken on Travis' sideJack Lloyd2020-06-181-7/+7
* Fix LGTM warningJack Lloyd2020-06-181-1/+1
* Merge GH #2372 Update ECDSA timing_testJack Lloyd2020-06-181-7/+17
|\
| * Update ECDSA timing testsRené Fischer2020-06-171-7/+17