Fri Jun 27 10:47:33 1997 Emil Sit * Changed info display methods. Now we store the peerCert only in the HTAnchor. Removed getPeerName methods in HTAnchor.c and GridText.c. Now, we allocate space ourselves in LYShowInfo to hold the X509_NAME_oneline [thanks to .8.0] and free it internally. Previously, we'd been allocating it in HTAnchor_getPeerName but never freeing it. (I had had an interim patch to store the name in the Anchor as well, but I figured it was better to leave it up to higher level functions.) Fri Aug 1 02:10:32 EDT 1997 So, yesterday, I think everything's just about finished, codewise. There needs to be extensive testing done. I'm going to rip out the private key and certificate management stuff and see if I can't get that debugged before plugging it back into the monolith. I changed the local_cert_path from something user configurable to force it to be ~/.lynx/certs, so that I'll always know where to save. It looks like saving is working, for the most part, though I think some things still need to be worked out with the BIOs.