Commit 0b2e533
committed
ssl.c: Move code out and some fixes
ssl_api_hs.c: Handhshake code
ssl_api_rw.c: Reading and writing
ssl_err.c: wolfSSL_ERR API
ssl_asn1.c: Moved wolfSSL_OBJ API in. Move nid2oid/oid2nid in.
ssl_crypt.c: Moved in wolfSSL_RAND API.
ssl_api_cert.c, ssl_api_pk.c, ssl_api_dtls.c, ssl_api_crl_osp.c:
Added more functions that were clearly in those areas.
Fixed nid2oid/oid2nid to use wolfssl_object_info[].
wolfssl_object_info has calculated start and ends of groups for faster lookup.
Re-ordered the list within groups for faster lookup.
Removed duplicate OID row - WC_NID_userId, WC_NID_userId.
Added entries that were only in nid2oidi/oid2nid:
- ED25510, Ed448, CSR entries
AddSession was declared before HAVE_GLOBAL_RNG was defined - moved global RNG
code.1 parent 139522b commit 0b2e533
12 files changed
Lines changed: 9173 additions & 8910 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments