aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecation, stuck with this for nowJack Lloyd2020-10-011-1/+3
* Fix build problemJack Lloyd2020-10-011-2/+2
* Track where DL_Groups and EC_Groups come fromJack Lloyd2020-10-016-49/+144
* Avoid compilation problems with certain versions of Boost and -WerrorJack Lloyd2020-09-281-1/+2
* Fix arm32 CI build for FocalJack Lloyd2020-09-282-2/+3
* Merge GH #2407 Move most CI builds to Ubuntu 20.04 imageJack Lloyd2020-09-272-21/+19
|\
| * Move most Travis jobs to Ubuntu 20.04 imageJack Lloyd2020-09-272-21/+19
* | Increase ccache sizeJack Lloyd2020-09-271-1/+1
* | Test Argon2 via Pwdhash interfaceJack Lloyd2020-09-271-0/+21
* | Fix some warnings in the Boost specific code/testsJack Lloyd2020-09-273-6/+8
|/
* Fix initialiation of CPUID fieldsJack Lloyd2020-09-261-1/+3
* 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-255-37/+84
|\ \
| * | Support suffixes on version numbersJack Lloyd2020-09-255-37/+84
| |/
* | 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
* | | The add_entropy_T function only works with POD - check thisJack Lloyd2020-09-211-0/+2
| |/ |/|
* | 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-128-142/+185
* | Avoid C++ comment in compiler.hJack Lloyd2020-09-101-1/+1
* | 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-121-1/+1
* | 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
|/
* Remove some duplicated logic for Certstore find_certJack Lloyd2020-06-305-26/+24
* 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
* FIX: handle duplicated root certs more gracefulRené Meusel2020-06-261-5/+1
* Fix hardcoded COMPILER_INCLUDE_DIRSPetrJarosik2020-06-221-1/+1
* Stop fixing version of codecov installJack Lloyd2020-06-191-1/+1
* 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
* | Move S390 build up in queue as it is taking a while to boot right nowJack Lloyd2020-06-181-6/+6
* | Merge GH #2374 Switch S390 build to BionicJack Lloyd2020-06-181-0/+1
|\ \
| * | Switch S390 build to BionicJack Lloyd2020-06-181-0/+1
| |/
* / Fix timing test when system_rng is disabledJack Lloyd2020-06-161-1/+1
|/
* Merge GH #2362 Attempt to hide HMAC key length from side channelsJack Lloyd2020-06-161-12/+41
|\