index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
crypt_ops
Age
Commit message (
Expand
)
Author
2021-08-11
Disable ed25519-donna's batch verification.
George Kadianakis
2021-06-10
Assert on _all_ failures from RAND_bytes().
Nick Mathewson
2020-10-28
Do not define OPENSSL_VERSION in compat_openssl.h
Nick Mathewson
2020-10-28
Include a more modest openssl header in crypto_openssl_mgt.h
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-05-06
Remove an incorrect "Fall through" comment.
Nick Mathewson
2020-03-18
Port rsa_private_key_too_long() to work on OpenSSL 1.1.0.
Nick Mathewson
2020-03-17
Merge branch 'trove_2020_002_035' into maint-0.3.5
Nick Mathewson
2020-03-17
Trivial bugfixes found during TROVE investigation.
George Kadianakis
2020-03-17
Use >= consistently with max_bits.
Nick Mathewson
2020-03-17
Extract key length check into a new function, and check more fields.
Nick Mathewson
2020-03-14
Fix memory leak in crypto_pk_asn1_decode_private.
Nick Mathewson
2020-03-14
Revise TROVE-2020-002 fix to work on older OpenSSL versions.
Nick Mathewson
2020-02-05
When parsing, reject >1024-bit RSA private keys sooner.
Nick Mathewson
2019-04-17
Do not warn about compatible OpenSSL upgrades
Bernhard M. Wiedemann
2019-02-08
Add more openssl includes to fix no-deprecated compilation
Nick Mathewson
2019-02-08
Fix compilation when openssl is compiled without engine support.
Nick Mathewson
2019-01-16
Log more messages when failing to decode RSA keys
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2019-01-03
Merge branch 'ticket28851_035_squashed' into maint-0.3.5
Nick Mathewson
2019-01-03
Stop re-checking our hardcoded dh parameters on every startup
Nick Mathewson
2018-12-13
Lower the loop_max constant in curve25519_basepoint_spot_check()
Nick Mathewson
2018-11-13
Merge branch 'maint-0.3.4' into maint-0.3.5
Nick Mathewson
2018-10-19
Rename a function; it is used to convert a value _From_ le.
Nick Mathewson
2018-10-19
Fix a misspelled macro test that was breaking big-endian OPE
Nick Mathewson
2018-10-14
Merge branch 'bug27772_squashed'
Nick Mathewson
2018-10-09
Merge remote-tracking branch 'public/ticket27856'
Nick Mathewson
2018-10-01
Merge remote-tracking branch 'public/bug27728'
Nick Mathewson
2018-09-27
Prevent duplicate initialization of NSS DH module
Nick Mathewson
2018-09-24
Fix arm compilation with openssl <1.1
Nick Mathewson
2018-09-18
Assert that some trunnel _new() functions return non-NULL
Nick Mathewson
2018-09-18
Make crypto_strongest_rand() non-mockable
Nick Mathewson
2018-09-18
Fix minor memleak in edge-case of crypto_rsa.c function.
George Kadianakis
2018-09-17
Lower the maximum size of a private key file to 16 MB
Nick Mathewson
2018-09-16
When Tor is compiled with NSS, don't claim support for LinkAuth=1
Nick Mathewson
2018-09-13
Fix a 32-bit off_t/size_t warning in crypto_rsa.c
Nick Mathewson
2018-09-09
Refactor initialization in curve25519_basepoint_spot_check
Nick Mathewson
2018-09-07
Merge remote-tracking branch 'dgoulet/ticket20700_035_03'
Nick Mathewson
2018-09-07
test: Build an HSv3 descriptor with authorized client
Suphanat Chunhapanya
2018-09-05
Fix checkspaces
Nick Mathewson
2018-09-05
Add a last-ditch memwipe() implementation for nss+old glibc
Nick Mathewson
2018-09-04
Fix documentation of initialized fields in crypto_init.c
Nick Mathewson
2018-09-04
Make some additional RSA functions const
Nick Mathewson
2018-09-04
Rename crypto_pk_check_key(), use it more reasonably, add tests
Nick Mathewson
2018-09-04
Unify functions for reading/writing PEM keys, to avoid duplication.
Nick Mathewson
2018-09-04
Do not leak a reference to "slot" when decoding private key.
Nick Mathewson
2018-09-04
Update prefork and postfork NSS code for unit tests.
Nick Mathewson
2018-09-04
Several unit tests to improve test coverage of x509*.c
Nick Mathewson
2018-08-22
NSS support for x509 certs
Nick Mathewson
2018-08-22
Log error strings in crypto_nss_log_errors().
Nick Mathewson
[next]