cryptography/docs/development
Fraser Tweedale d607dd7e5b Enlarge _oid2txt buffer to handle larger OIDs (#3612)
The OpenSSL manual recommends a buffer size of 80 for OBJ_oid2txt:
https://www.openssl.org/docs/crypto/OBJ_nid2ln.html#return_values.
But OIDs longer than this occur in real life (e.g. Active Directory
makes some very long OIDs).  If the length of the stringified OID
exceeds the buffer size, allocate a new buffer that is big enough to
hold the stringified OID, and re-do the conversion into the new
buffer.
2017-05-29 16:33:20 -05:00
..
custom-vectors Random flake8 cleanups for the latest release (#3242) 2016-11-15 12:27:31 +08:00
c-bindings.rst Update docs to reflect a change that occured long ago with bindings (#3517) 2017-04-26 09:44:14 -05:00
getting-started.rst allow global suppression of link flags (#3592) 2017-05-24 12:49:18 -07:00
index.rst Add C bindings document to index 2014-06-23 14:05:22 +02:00
reviewing-patches.rst Make code review docs friendlier 2014-03-29 13:26:10 +00:00
submitting-patches.rst Another site goes HTTPS! (#3477) 2017-03-23 09:23:24 -04:00
test-vectors.rst Enlarge _oid2txt buffer to handle larger OIDs (#3612) 2017-05-29 16:33:20 -05:00