pem icon indicating copy to clipboard operation
pem copied to clipboard

PEM file parsing in Python.

Results 6 pem issues
Sort by recently updated
recently updated
newest added

Maybe this should be split into 2 tickets... one for RFC 7468 explanatory text and another one for internal comments/headers. Feel free to close this ticket if is not relevant....

I think that it would be nice if PEM could also support the armored OpenPGP files from https://tools.ietf.org/html/rfc4880 As a start without the support for headers. Below are the message...

certificateOptionsFromPEMs actually does two things at the moment: 1. Sifts a pile of PEM objects into key + cert + chain certs (and with #18, dhparams). 2. Turns those things...

Only really useful after http://twistedmatrix.com/trac/ticket/7929 is fixed.

It would be nice to have a command-line tool to perform various simple operations on pems. Particularly, `pem join somefile.pem otherfile.pem --into=single.pem` to turn `somefile.pem` and `otherfile.pem` into a single...

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and can be used to find...