~exarkun/pyopenssl/working-windows-build

« back to all changes in this revision

Viewing changes to examples/certgen.py

  • Committer: Jean-Paul Calderone
  • Date: 2008-03-21 22:31:12 UTC
  • Revision ID: exarkun@boson-20080321223112-sqe5mpueheeap6bj
Put my copyright on everything I've changed so far, put a more reasonable version number on version.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: latin-1 -*-
2
 
# certgen.py
3
2
#
4
3
# Copyright (C) Martin Sj�gren and AB Strakt 2001, All rights reserved
5
 
#
6
 
# $Id: certgen.py,v 1.2 2004/07/22 12:01:25 martin Exp $
7
 
#
 
4
# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
 
5
 
8
6
"""
9
7
Certificate generation module.
10
8
"""