Sign in
boringssl
/
boringssl.git
/
c31a8a6f0ad2982ec2a13e955dc87bfe82b38ddf
/
crypto
/
obj
8648c53
Refer to RFCs consistently.
by David Benjamin
· 3 years, 7 months ago
170045f
Make ASN1_OBJECT opaque.
by David Benjamin
· 3 years, 9 months ago
ec8c67d
Prefix internal LHASH functions.
by David Benjamin
· 3 years, 9 months ago
7f85116
Unexport almost all of LHASH.
by David Benjamin
· 3 years, 9 months ago
acf6149
Align with OpenSSL on constness of static ASN1_OBJECTs.
by David Benjamin
· 4 years ago
3c11bf5
Add SHA-512-256.
by Adam Langley
· 5 years ago
1cc95ac
Define EVP compatibility constants for X448 and Ed448.
by David Benjamin
· 5 years ago
75148d7
Halve the size of the kNIDsIn* constants
by David Benjamin
· 5 years ago
3ab3b12
Add compatibility functions for sigalgs
by Shelley Vohr
· 5 years ago
3ba9586
Rename a number of BUF_* functions to OPENSSL_*.
by David Benjamin
· 5 years ago
7f02881
Drop CECPQ2b code.
by Adam Langley
· 5 years ago
fips-android-20191020
78c88c9
Integrate SIKE with TLS key exchange.
by Kris Kwiatkowski
· 6 years ago
7b93593
Add initial HRSS support.
by Adam Langley
· 6 years ago
a3ba8b3
Regenerate obj_dat.h
by Adam Langley
· 6 years ago
ce45588
Speculatively remove __STDC_*_MACROS.
by David Benjamin
· 6 years ago
1eff948
Use proper functions for lh_*.
by David Benjamin
· 6 years ago
681ff27
Flatten most of the crypto target.
by David Benjamin
· 7 years ago
4e446f2
Update citations to RFC 8410.
by David Benjamin
· 7 years ago
5d626b2
Add some more compatibility functions.
by David Benjamin
· 7 years ago
095b6c9
Also add a decoupled OBJ_obj2txt.
by David Benjamin
· 7 years ago
47b8f00
Reimplement OBJ_txt2obj and add a lower-level function.
by David Benjamin
· 7 years ago
81f030b
Switch OPENSSL_VERSION_NUMBER to 1.1.0.
by David Benjamin
· 9 years ago
808f832
Run the comment converter on libcrypto.
by David Benjamin
· 8 years ago
348f0d8
Add OpenSSL 1.1.0's cipher property functions.
by David Benjamin
· 8 years ago
1967094
Align EVP_PKEY Ed25519 API with upstream.
by David Benjamin
· 8 years ago
ce9f693
Convert obj_tests to gtest
by Kári Tristan Helgason
· 8 years ago
e345f9b
Fix typo in comments.
by Piotr Sikora
· 8 years ago
d69d94e
Teach crypto/x509 how to verify an Ed25519 signature.
by David Benjamin
· 8 years ago
05bb1c5
Implement draft-ietf-curdle-pkix-04's serialization.
by David Benjamin
· 8 years ago
6cc9038
Reimplement objects.pl in Go.
by David Benjamin
· 9 years ago
17cf2cb
Work around language and compiler bug in memcpy, etc.
by David Benjamin
· 8 years ago
720ff53
Trim and simplify obj_xref.c.
by David Benjamin
· 9 years ago
651aaef
Remove CECPQ1 (experimental post-quantum key agreement).
by Matthew Braithwaite
· 8 years ago
fbe3a7b
Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|.
by Adam Langley
· 9 years ago
909232d
Make obj2txt accept empty OIDs because Python depends on it.
by Martin Kreichgauer
· 9 years ago
2f8ea54
Reimplement OBJ_obj2txt.
by David Benjamin
· 9 years ago
22edd87
Resolve a small handful of size_t truncation warnings.
by David Benjamin
· 9 years ago
ea655fa
Write a test for OBJ_obj2txt.
by David Benjamin
· 9 years ago
29270de
Split unlock functions into read/write variants.
by David Benjamin
· 9 years ago
e25775b
Elliptic curve + post-quantum key exchange
by Matt Braithwaite
· 9 years ago
f040d3c
Fix build.
by David Benjamin
· 9 years ago
dc9194f
Fix a bug in obj_dat.pl and add basic crypto/obj tests.
by David Benjamin
· 9 years ago
5d38f78
Rename obj_mac.h to nid.h and make it a multiply-includable header.
by David Benjamin
· 9 years ago
ad004af
Rename NID_x25519 to NID_X25519.
by David Benjamin
· 9 years ago
c18ef75
Allocate a NID for X25519.
by David Benjamin
· 9 years ago
73415b6
Move arm_arch.h and fix up lots of include paths.
by Adam Langley
· 10 years ago
3570d73
Remove the func parameter to OPENSSL_PUT_ERROR.
by David Benjamin
· 10 years ago
efd8eb3
Tidy up overflows in obj_cmp.
by David Benjamin
· 10 years ago
34a1635
Remove fake RLE compression OID.
by David Benjamin
· 10 years ago
9c0918f
Fix typo in objects.txt
by David Benjamin
· 10 years ago
d8b65c8
Remove unnecessary NULL checks, part 4.
by David Benjamin
· 10 years ago
9626f26
Fix logic error that was breaking OBJ_create.
by Matt Braithwaite
· 10 years ago
ba3bef9
obj: convert to new-style locks.
by Adam Langley
· 10 years ago
29b1867
Precompute sorted array for error strings.
by Adam Langley
· 10 years ago
2b2d66d
Remove string.h from base.h.
by Adam Langley
· 10 years ago
4a0f0c4
Change CMakeLists.txt to two-space indent.
by Adam Langley
· 10 years ago
74c68e5
Renegerate OID outputs.
by David Benjamin
· 10 years ago
a6689b0
Keep the obj_mac.h license header round-tripping.
by David Benjamin
· 10 years ago
687759d
Restore obj_mac.num from upstream.
by David Benjamin
· 10 years ago
7baab87
Add documentation for the OID scripts.
by David Benjamin
· 10 years ago
f1eba30
Don't include undef in cross reference table.
by David Benjamin
· 10 years ago
8a5825e
Don't export obj_dat.h.
by David Benjamin
· 11 years ago
c44d2f4
Convert all zero-argument functions to '(void)'
by David Benjamin
· 11 years ago
eeb9f49
Add PKCS7_bundle_certificates.
by Adam Langley
· 11 years ago
29b6292
Fix OID encoding for one component.
by Adam Langley
· 11 years ago
4c921e1
Move public headers to include/openssl/
by Adam Langley
· 11 years ago
95c29f3
Inital import.
by Adam Langley
· 11 years ago