openssl functions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mcog_esteban
Forum Contributor
Posts: 127
Joined: Tue Dec 30, 2003 3:28 pm

openssl functions

Post by mcog_esteban »

i have reading the manual about this openssl functions.

i want to be able to sign pdf's using a x.509v3 certificate, sadly they don't have any example showing how to sign a pdf file.
can someone give a few tips where to look around.

thanks.
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

maybe this helps?
mcog_esteban
Forum Contributor
Posts: 127
Joined: Tue Dec 30, 2003 3:28 pm

Post by mcog_esteban »

yes, i knew the tool already.
i forgot to say i have to implement the thing or use some GPL library.
Post Reply