index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
der
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor der::Input helper methods into new constructors
nharper
2016-01-14
2
-1
/
+30
*
Replace core of DER parsing in net/cert/asn1_util with net/der
nharper
2016-01-08
1
-0
/
+1
*
Switch to standard integer types in net/.
Avi Drissman
2015-12-20
3
-1
/
+8
*
Use std::tie() for operator< in net/
jsbell
2015-11-30
1
-11
/
+5
*
Cleanup: Correctly spell success(ful).
thestig
2015-11-23
1
-1
/
+1
*
Add code to parse RFC 5280 KeyUsage extension.
eroman
2015-11-11
3
-0
/
+47
*
Add code to parse RFC 5280 BasicConstraints extension.
eroman
2015-11-11
3
-0
/
+52
*
Add parser for CertificatePolicies extension.
mattm
2015-11-02
3
-0
/
+25
*
Class for parsing and evaluating RFC 5280 NameConstraints.
mattm
2015-10-29
2
-0
/
+13
*
Add a function for validating a DER-encoded INTEGER.
eroman
2015-08-18
3
-36
/
+128
*
RFC 2459 name comparison.
mattm
2015-08-11
4
-0
/
+17
*
Fix DER parsing bugs when parsing GeneralizedTime and UTCTime
nharper
2015-08-10
2
-12
/
+24
*
[refactor] move BitString from der/input.h --> der/parse_values.h
eroman
2015-08-05
5
-31
/
+33
*
[refactor] Add der::BitString to represent a parsed BIT STRING.
eroman
2015-08-03
8
-98
/
+62
*
Add functions for DER parsing a BIT STRING.
eroman
2015-07-27
6
-0
/
+206
*
[style] Rename "base" to "class_number" in ContextSpecificConstructed().
eroman
2015-07-08
2
-4
/
+13
*
[style] Fix naming naming of a variable (camelCase -> hacker).
eroman
2015-07-01
1
-3
/
+3
*
[style] Avoid using sizeof/arraysize in favor of templatized der::Input() ctor.
eroman
2015-07-01
2
-25
/
+25
*
Remove dangerous std::string constructor for der::Input
nharper
2015-06-06
4
-76
/
+70
*
Add a template-specialized constructor for der::Input for constants
rsleevi
2015-05-21
2
-0
/
+13
*
Trivial implementation of distinguished name comparison.
mattm
2015-05-11
3
-0
/
+26
*
Address some minor nits in net/der.
eroman
2015-05-07
4
-6
/
+7
*
Add DER parser to //net
nharper
2015-04-22
11
-0
/
+1567