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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
torcert.c
Age
Commit message (
Expand
)
Author
2018-01-31
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-01-26
When a tor_cert_T check fails, log the reason why.
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-10-03
torcert.c: mark some lines unreachable by tests
Nick Mathewson
2017-08-28
Merge remote-tracking branch 'haxxpop/fuzzing-hsv3'
Nick Mathewson
2017-08-13
Mock rsa_ed25519_crosscert_check
Suphanat Chunhapanya
2017-07-28
Bug 23055: cast, then multiply when doing u32*u32->u64.
Nick Mathewson
2017-06-05
Merge branch 'bug22466_diagnostic_030'
Nick Mathewson
2017-06-01
Use tor_assert_nonfatal() to try to detect #22466
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-01
Merge remote-tracking branch 'dgoulet/ticket20568_030_01'
Nick Mathewson
2016-11-10
Move encode_cert to torcert.c and rename it to tor_cert_encode_ed22519()
Neel Chauhan
2016-11-03
Only check cert expiry vs TIME_MAX when time_t is less than 64-bit
Nick Mathewson
2016-11-03
whitespace fixes
Nick Mathewson
2016-11-03
Merge branch 'feature_15055_v2'
Nick Mathewson
2016-11-03
Audit use of tor_tls_cert_get_key().
Nick Mathewson
2016-11-03
Clean up comments, mark more branches as BUG.
Nick Mathewson
2016-11-03
Unit tests for cert-chain-processing, including failed cases
Nick Mathewson
2016-11-03
Verify ed25519 link handshake certificates
Nick Mathewson
2016-11-03
Handle u32 overflow in ed25519 cert expiration time.
Nick Mathewson
2016-11-03
Fix a misfeature with the Ed cert expiration API
Nick Mathewson
2016-11-03
Make the current time an argument to x509 cert-checking functions
Nick Mathewson
2016-11-03
Add function to check RSA->Ed cross-certifications
Nick Mathewson
2016-11-03
Refactor RSA certificate checking into its own function.
Nick Mathewson
2016-11-03
Migrate certificates into a sub-structure of or_handshake_state
Nick Mathewson
2016-10-26
More module-level documentation.
Nick Mathewson
2016-03-26
Fix all doxygen warnings (other than missing docs)
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-27
Make sure that every module in src/or has a brief description.
Nick Mathewson
2015-11-30
Fix undefined behavior caused by memory overlap
cypherpunks
2015-07-14
Add more consistency checks in load_ed_keys
Nick Mathewson
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-28
Fix a bug in earlier torcert fix, fix another.
Nick Mathewson
2015-05-28
Memory leak in tor_cert_parse. CID gi1301381
Nick Mathewson
2015-05-28
Generate weird certificates correctly
Nick Mathewson
2015-05-28
Enforce more correspondence between ri and ei
Nick Mathewson
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-28
prop220: Implement certificates and key storage/creation
Nick Mathewson