aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-07-25 23:44:51 +0000
committerRob Austein <sra@hactrn.net>2006-07-25 23:44:51 +0000
commit4e59f7ef557bd90738eb0c3ccde9cba20ee6b3a3 (patch)
tree3edad2d11dc182aa18d599f6d874eb0cbd94f7e5 /openssl
parent5fed6029d3b046ab330b8460fbb36bdf088a2327 (diff)
gdb
svn path=/openssl/README; revision=75
Diffstat (limited to 'openssl')
-rw-r--r--openssl/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README
index eb2901ad..c75b974e 100644
--- a/openssl/README
+++ b/openssl/README
@@ -423,3 +423,25 @@ NIDs have already been assigned and everything, just have to use them.
-Werror is set in compilation flags, so can't use #warning.
Remember to clean up the new stuff ni x509v3.h!
+
+
+
+
+## [.gdbinit]
+
+# this cert generates a core dump, might be interesting to find out why
+set arg x509 -noout -text -in /u/sra/isc/route-pki/ftp.apnic.net/pub/test-certs/fc0000000003.cert
+
+# but maybe let's start with one which is just broken rather than dumping core
+set arg x509 -noout -text -in /u/sra/isc/route-pki/ftp.apnic.net/pub/test-certs/fc4884ce32f6.cert
+
+# hmm, that one dumps core too, what fun
+
+break i2r_IPAddrBlocks
+
+
+##
+
+The decoded ASN.1 structures are not what the code expects. Hmm. The
+AS number stuff is not dumping core, have not yet figured out whether
+it's really working or is just not noticing that it's broken.